From 54e85fda26ecf0b593e8091e48893531a19c9142 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Fri, 4 Mar 2016 07:55:07 +0100 Subject: [PATCH] sqlite: update to 3.11.1. --- srcpkgs/sqlite/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/sqlite/template b/srcpkgs/sqlite/template index 2a62f776077..5d8564c3273 100644 --- a/srcpkgs/sqlite/template +++ b/srcpkgs/sqlite/template @@ -1,8 +1,8 @@ # Template build file for 'sqlite'. pkgname=sqlite -version=3.11.0 +version=3.11.1 revision=1 -_amalgamationver=3110000 +_amalgamationver=3110100 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=508d4dcbcf7a7181e95c717a1dc4ae3c0880b3d593be0c4b40abb6c3a0e201fb +checksum=533ff1d0271c2e666f01591271cef01a31648563affa0c95e80ef735077d4377 CFLAGS="-DSQLITE_ENABLE_DBSTAT_VTAB -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE -DSQLITE_ENABLE_JSON1"