From a625ce01362b6dbfa837636e2646f68debbc7c5e Mon Sep 17 00:00:00 2001 From: Anthony Iliopoulos Date: Sun, 11 Apr 2021 13:16:20 +0200 Subject: [PATCH] sqlite: update to 3.35.4. --- srcpkgs/sqlite/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/sqlite/template b/srcpkgs/sqlite/template index 84116b6e638d..52a9f0d3e298 100644 --- a/srcpkgs/sqlite/template +++ b/srcpkgs/sqlite/template @@ -1,6 +1,6 @@ # Template file for 'sqlite' pkgname=sqlite -version=3.35.3 +version=3.35.4 revision=1 _amalgamationver=$(printf "%d%02d%02d00\n" ${version//./ }) wrksrc="sqlite-autoconf-${_amalgamationver}" @@ -13,7 +13,7 @@ license="Public Domain" homepage="https://sqlite.org/" changelog="https://www.sqlite.org/releaselog/${version//./_}.html" distfiles="${homepage}/2021/sqlite-autoconf-${_amalgamationver}.tar.gz" -checksum=ecbccdd440bdf32c0e1bb3611d635239e3b5af268248d130d0445a32daf0274b +checksum=7771525dff0185bfe9638ccce23faa0e1451757ddbda5a6c853bb80b923a512d CFLAGS="-DSQLITE_ENABLE_DBSTAT_VTAB -DSQLITE_ENABLE_COLUMN_METADATA \ -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE -DSQLITE_ENABLE_JSON1 \