From 054c405cbedeabd968d0a91dffaa1bdbf665198c Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sat, 15 Sep 2018 15:57:05 -0300 Subject: [PATCH] sqlite: update to 3.25.0. --- srcpkgs/sqlite/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/sqlite/template b/srcpkgs/sqlite/template index 4496979c0f..5086091111 100644 --- a/srcpkgs/sqlite/template +++ b/srcpkgs/sqlite/template @@ -1,6 +1,6 @@ # Template file for 'sqlite' pkgname=sqlite -version=3.24.0 +version=3.25.0 revision=1 _amalgamationver=$(printf "%d%02d%02d00\n" ${version//./ }) wrksrc="sqlite-autoconf-${_amalgamationver}" @@ -12,7 +12,7 @@ maintainer="Juan RP " license="Public Domain" homepage="https://sqlite.org/" distfiles="${homepage}/2018/sqlite-autoconf-${_amalgamationver}.tar.gz" -checksum=d9d14e88c6fb6d68de9ca0d1f9797477d82fc3aed613558f87ffbdbbc5ceb74a +checksum=de1a93dfc1ea23d93ee85440fe4347d0b9cd936f25c29645ee0ee170d1307f71 CFLAGS="-DSQLITE_ENABLE_DBSTAT_VTAB -DSQLITE_ENABLE_COLUMN_METADATA \ -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE -DSQLITE_ENABLE_JSON1 \