From 5fc0ab6e42b24d02e12a53559bfda8de0b92acf5 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 15 Jan 2016 06:29:52 +0100 Subject: [PATCH] sqlite: update to 3.10.1. --- srcpkgs/sqlite/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/sqlite/template b/srcpkgs/sqlite/template index dc2f58a82d0..66099aa8a00 100644 --- a/srcpkgs/sqlite/template +++ b/srcpkgs/sqlite/template @@ -1,8 +1,8 @@ # Template build file for 'sqlite'. pkgname=sqlite -version=3.10.0 +version=3.10.1 revision=1 -_amalgamationver=3100000 +_amalgamationver=3100100 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=43cc292d70711fa7580250c8a1cd7c64813a4a0a479dbd502cce5f10b5d91042 +checksum=3cb4e17137f7422554c8e8906b5a7274c7a0d362872e8aa25233c3f1246bda98 CFLAGS="-DSQLITE_ENABLE_DBSTAT_VTAB -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE -DSQLITE_ENABLE_JSON1"