sqlite: update to 3.10.1.

This commit is contained in:
Juan RP 2016-01-15 06:29:52 +01:00
parent ff28743831
commit 5fc0ab6e42

View file

@ -1,8 +1,8 @@
# Template build file for 'sqlite'.
pkgname=sqlite
version=3.10.0
version=3.10.1
revision=1
_amalgamationver=3100000
_amalgamationver=3100100
wrksrc="sqlite-autoconf-${_amalgamationver}"
build_style=gnu-configure
configure_args="--enable-threadsafe --enable-readline --enable-dynamic-extensions"
@ -12,7 +12,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://www.sqlite.org"
license="Public Domain"
distfiles="http://sqlite.org/2016/sqlite-autoconf-${_amalgamationver}.tar.gz"
checksum=43cc292d70711fa7580250c8a1cd7c64813a4a0a479dbd502cce5f10b5d91042
checksum=3cb4e17137f7422554c8e8906b5a7274c7a0d362872e8aa25233c3f1246bda98
CFLAGS="-DSQLITE_ENABLE_DBSTAT_VTAB -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE -DSQLITE_ENABLE_JSON1"