From 8e9b85e11de2a9333b05c4707e21952f42a9444e Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 23 May 2017 07:26:58 +0200 Subject: [PATCH] sqlite: update to 3.19.0. --- srcpkgs/sqlite/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/sqlite/template b/srcpkgs/sqlite/template index 1daa72bad4f..0e9e34fa3a0 100644 --- a/srcpkgs/sqlite/template +++ b/srcpkgs/sqlite/template @@ -1,7 +1,7 @@ # Template build file for 'sqlite'. pkgname=sqlite -version=3.18.0 -revision=2 +version=3.19.0 +revision=1 _amalgamationver=$(printf "%d%02d%02d00\n" ${version//./ }) wrksrc="sqlite-autoconf-${_amalgamationver}" build_style=gnu-configure @@ -12,7 +12,7 @@ maintainer="Juan RP " homepage="http://www.sqlite.org" license="Public Domain" distfiles="http://sqlite.org/2017/sqlite-autoconf-${_amalgamationver}.tar.gz" -checksum=3757612463976e7d08c5e9f0af3021613fc24bbcfe1c51197d6776b9ece9ac5c +checksum=b516e665952c6659638eab3283f09f317afb212fd8e39d6415b4b6259c37b0f5 CFLAGS="-DSQLITE_ENABLE_DBSTAT_VTAB -DSQLITE_ENABLE_COLUMN_METADATA \ -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE -DSQLITE_ENABLE_JSON1 \