From 7cecbcef69e406b111780e9365ff2d0dc905aa31 Mon Sep 17 00:00:00 2001 From: Eivind Uggedal Date: Tue, 9 Dec 2014 20:29:32 +0000 Subject: [PATCH] sqlite: update to 3.8.7.4. --- srcpkgs/sqlite/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/sqlite/template b/srcpkgs/sqlite/template index 5f426f6bb67..017d8b8622d 100644 --- a/srcpkgs/sqlite/template +++ b/srcpkgs/sqlite/template @@ -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"