sqlite: update to 3.8.7.4.

This commit is contained in:
Eivind Uggedal 2014-12-09 20:29:32 +00:00
parent c64c0838d0
commit 7cecbcef69

View file

@ -1,8 +1,8 @@
# Template build file for 'sqlite'.
pkgname=sqlite
version=3.8.7.3
version=3.8.7.4
revision=1
_amalgamationver=3080703
_amalgamationver=3080704
wrksrc="sqlite-autoconf-${_amalgamationver}"
build_style=gnu-configure
configure_args="--enable-threadsafe --enable-readline --enable-dynamic-extensions"
@ -13,7 +13,7 @@ homepage="http://www.sqlite.org"
update_pattern='>Version \K[\d.]+'
license="Public Domain"
distfiles="http://www.sqlite.org/2014/sqlite-autoconf-${_amalgamationver}.tar.gz"
checksum=90b43a72a9d43ddf68fff0f71db869c213b9fd5082ade7d13e85a655c39a678a
checksum=86370f139405fdfe03334fd618171a74e50f589f17ccbe5933361ed1f58359ec
CFLAGS="-DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE"