sqlite: update to 3.35.4.

Closes: #30156 [via git-merge-pr]
This commit is contained in:
Anthony Iliopoulos 2021-04-11 13:16:20 +02:00 committed by Andrew J. Hesford
parent 0f528720e5
commit b1265d6ffe

View file

@ -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 \