sqlite3: update to 3.16.1

This commit is contained in:
Juergen Daubert 2017-01-04 16:17:01 +01:00
parent 60022032dc
commit 1ab0387b6d
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
6b4fc0d8f7f02dd56bbde10a7c497a05 sqlite-autoconf-3150200.tar.gz
f02c51136a98bf211a9e27081294ac6d sqlite-autoconf-3160100.tar.gz

View File

@ -4,11 +4,11 @@
# Depends on: ncurses, readline
name=sqlite3
version=3.15.2
version=3.16.1
release=1
_version=$(printf "%i%.2i%.2i%.2i" ${version//./ })
source=(http://www.sqlite.org/2016/sqlite-autoconf-${_version}.tar.gz)
source=(http://www.sqlite.org/2017/sqlite-autoconf-${_version}.tar.gz)
build () {
cd sqlite-autoconf-${_version}