diff --git a/srcpkgs/sqlite/template b/srcpkgs/sqlite/template index 01078872b8..ddf72a5c75 100644 --- a/srcpkgs/sqlite/template +++ b/srcpkgs/sqlite/template @@ -1,8 +1,8 @@ # Template build file for 'sqlite'. pkgname=sqlite -version=3.8.7.4 +version=3.8.8 revision=1 -_amalgamationver=3080704 +_amalgamationver=3080800 wrksrc="sqlite-autoconf-${_amalgamationver}" build_style=gnu-configure configure_args="--enable-threadsafe --enable-readline --enable-dynamic-extensions" @@ -11,8 +11,8 @@ short_desc="SQL Database Engine in a C Library" maintainer="Juan RP " homepage="http://www.sqlite.org" license="Public Domain" -distfiles="http://www.sqlite.org/2014/sqlite-autoconf-${_amalgamationver}.tar.gz" -checksum=86370f139405fdfe03334fd618171a74e50f589f17ccbe5933361ed1f58359ec +distfiles="http://www.sqlite.org/2015/sqlite-autoconf-${_amalgamationver}.tar.gz" +checksum=c6409da6e7ba853c53bfa88c740f353b016721f943a44aad6e7b11dfb1d60535 CFLAGS="-DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE"