sqlite: update to 3.8.7.1.

This commit is contained in:
Juan RP 2014-10-30 11:45:52 +01:00
parent 2f62079f2c
commit 5e71044f55
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
# Template build file for 'sqlite'.
pkgname=sqlite
version=3.8.7
version=3.8.7.1
revision=1
_amalgamationver=3080700
_amalgamationver=3080701
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@gmail.com>"
homepage="http://www.sqlite.org"
license="Public Domain"
distfiles="http://www.sqlite.org/2014/sqlite-autoconf-${_amalgamationver}.tar.gz"
checksum=d0b42377fb59ea8dfe690334af04505e34e60e6875058a01aebd2502ac63d4ae
checksum=9d2854bec7b26dfe9aceb1faa17d40674daa15a23bbab67018191ffbe0339533
CFLAGS="-DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE"