From 3dc3bc24a36a86172fa7b1ade68bd80eca70708a Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 28 Mar 2014 09:09:20 +0100 Subject: [PATCH] sqlite: update to 3.8.4.2. --- srcpkgs/sqlite/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/sqlite/template b/srcpkgs/sqlite/template index c13f466cd7..b40ce20711 100644 --- a/srcpkgs/sqlite/template +++ b/srcpkgs/sqlite/template @@ -1,8 +1,8 @@ # Template build file for 'sqlite'. pkgname=sqlite -version=3.8.4.1 +version=3.8.4.2 revision=1 -_amalgamationver=3080401 +_amalgamationver=3080402 wrksrc="sqlite-autoconf-${_amalgamationver}" build_style=gnu-configure configure_args="--enable-threadsafe --enable-readline --enable-dynamic-extensions" @@ -12,7 +12,7 @@ maintainer="Juan RP " homepage="http://www.sqlite.org" license="Public Domain" distfiles="http://www.sqlite.org/2014/sqlite-autoconf-${_amalgamationver}.tar.gz" -checksum=17227492466bb29fbef30d94a7cc27ec799e36c5d4d879dedd331079a6d1bc38 +checksum=e492dd83eb66f13bdac99ce4f1b14a80c84661ac2b64a8d105acc4b6cb66f1a5 CFLAGS="-DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE"