diff --git a/srcpkgs/sqlite/template b/srcpkgs/sqlite/template index ade1cfd639..5f426f6bb6 100644 --- a/srcpkgs/sqlite/template +++ b/srcpkgs/sqlite/template @@ -1,8 +1,8 @@ # Template build file for 'sqlite'. pkgname=sqlite -version=3.8.7.2 +version=3.8.7.3 revision=1 -_amalgamationver=3080702 +_amalgamationver=3080703 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=8da1729e8b39d86bc23c8bdb439ad385afe4fcfcfe2b6796406a062a76e9d20e +checksum=90b43a72a9d43ddf68fff0f71db869c213b9fd5082ade7d13e85a655c39a678a CFLAGS="-DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE"