From 6b0cd3e9c09a70d571dc6b9a3e9cdc567be2b682 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 21 Jan 2016 09:16:07 +0100 Subject: [PATCH] sqlite: update to 3.10.2. --- srcpkgs/sqlite/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/sqlite/template b/srcpkgs/sqlite/template index 66099aa8a00..2de706c2cb9 100644 --- a/srcpkgs/sqlite/template +++ b/srcpkgs/sqlite/template @@ -1,8 +1,8 @@ # Template build file for 'sqlite'. pkgname=sqlite -version=3.10.1 +version=3.10.2 revision=1 -_amalgamationver=3100100 +_amalgamationver=3100200 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://sqlite.org/2016/sqlite-autoconf-${_amalgamationver}.tar.gz" -checksum=3cb4e17137f7422554c8e8906b5a7274c7a0d362872e8aa25233c3f1246bda98 +checksum=a2b3b4bd1291ea7d6c8252f7edff36a4362f2f0e5d5370444ba6cbe313ae2971 CFLAGS="-DSQLITE_ENABLE_DBSTAT_VTAB -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE -DSQLITE_ENABLE_JSON1"