sqlite: update to 3.19.1.

This commit is contained in:
Juan RP 2017-05-25 07:02:10 +02:00
parent d22459c4bf
commit 1351b915f2

View file

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