sqlite3: update to 3.10.0

This commit is contained in:
Juergen Daubert 2016-01-08 16:00:02 +01:00
parent 57eaec2dd1
commit 8e355d3990
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
bc4eb5b3fc5cfcb6e059794306cac1ca sqlite-autoconf-3090200.tar.gz
274364e6ca5c1104d42912f11e61ed26 sqlite-autoconf-3100000.tar.gz

View File

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