sqlite: update to 3.19.0.

This commit is contained in:
Juan RP 2017-05-23 07:26:58 +02:00
parent af92e8c0e1
commit 8e9b85e11d
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template build file for 'sqlite'. # Template build file for 'sqlite'.
pkgname=sqlite pkgname=sqlite
version=3.18.0 version=3.19.0
revision=2 revision=1
_amalgamationver=$(printf "%d%02d%02d00\n" ${version//./ }) _amalgamationver=$(printf "%d%02d%02d00\n" ${version//./ })
wrksrc="sqlite-autoconf-${_amalgamationver}" wrksrc="sqlite-autoconf-${_amalgamationver}"
build_style=gnu-configure build_style=gnu-configure
@ -12,7 +12,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://www.sqlite.org" homepage="http://www.sqlite.org"
license="Public Domain" license="Public Domain"
distfiles="http://sqlite.org/2017/sqlite-autoconf-${_amalgamationver}.tar.gz" distfiles="http://sqlite.org/2017/sqlite-autoconf-${_amalgamationver}.tar.gz"
checksum=3757612463976e7d08c5e9f0af3021613fc24bbcfe1c51197d6776b9ece9ac5c checksum=b516e665952c6659638eab3283f09f317afb212fd8e39d6415b4b6259c37b0f5
CFLAGS="-DSQLITE_ENABLE_DBSTAT_VTAB -DSQLITE_ENABLE_COLUMN_METADATA \ CFLAGS="-DSQLITE_ENABLE_DBSTAT_VTAB -DSQLITE_ENABLE_COLUMN_METADATA \
-DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE -DSQLITE_ENABLE_JSON1 \ -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE -DSQLITE_ENABLE_JSON1 \