From ff28a0b1e7d33e19af83c35b6272304cf5404d01 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 1 Feb 2015 07:41:57 +0100 Subject: [PATCH] sqlite: update to 3.8.8.2. --- srcpkgs/sqlite/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/sqlite/template b/srcpkgs/sqlite/template index 00e492b2b7f..188d965b964 100644 --- a/srcpkgs/sqlite/template +++ b/srcpkgs/sqlite/template @@ -1,8 +1,8 @@ # Template build file for 'sqlite'. pkgname=sqlite -version=3.8.8.1 +version=3.8.8.2 revision=1 -_amalgamationver=3080801 +_amalgamationver=3080802 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/2015/sqlite-autoconf-${_amalgamationver}.tar.gz" -checksum=2721361eb4a71d5f727dfa466bd910dadd5dbeb4d2d57b8b34205f7ce7e5b7f9 +checksum=aaa31e961963ff6d34c253c0464e667446d7674f8e375b62a3d66aa5dea26c2d CFLAGS="-DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE"