sqlite: update to 3.10.2.

This commit is contained in:
Juan RP 2016-01-21 09:16:07 +01:00
parent afa9a6ef4c
commit 6b0cd3e9c0

View file

@ -1,8 +1,8 @@
# Template build file for 'sqlite'.
pkgname=sqlite
version=3.10.1
version=3.10.2
revision=1
_amalgamationver=3100100
_amalgamationver=3100200
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=3cb4e17137f7422554c8e8906b5a7274c7a0d362872e8aa25233c3f1246bda98
checksum=a2b3b4bd1291ea7d6c8252f7edff36a4362f2f0e5d5370444ba6cbe313ae2971
CFLAGS="-DSQLITE_ENABLE_DBSTAT_VTAB -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE -DSQLITE_ENABLE_JSON1"