sqlite: update to 3.9.0.

This commit is contained in:
Juan RP 2015-10-16 15:06:55 +02:00
parent f10f111e21
commit c673156d7b

View File

@ -1,8 +1,8 @@
# Template build file for 'sqlite'.
pkgname=sqlite
version=3.8.11.1
revision=3
_amalgamationver=3081101
version=3.9.0
revision=1
_amalgamationver=3090000
wrksrc="sqlite-autoconf-${_amalgamationver}"
build_pie=yes
build_style=gnu-configure
@ -13,9 +13,9 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://www.sqlite.org"
license="Public Domain"
distfiles="http://www.sqlite.org/2015/sqlite-autoconf-${_amalgamationver}.tar.gz"
checksum=fb99b0ac038c4a7e48b44b61836cb41d4eeba36b4d0ee757beeab59031a1d3b6
checksum=a324143f4cc35cd7e9605a0a8dec9f9e4861d0be8305f3642e7d05008b77e60d
CFLAGS="-DSQLITE_ENABLE_DBSTAT_VTAB -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE"
CFLAGS="-DSQLITE_ENABLE_DBSTAT_VTAB -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE -DSQLITE_ENABLE_JSON1"
disable_parallel_build=yes