sqlite: update to 3.33.0.

Closes: #24384 [via git-merge-pr]
This commit is contained in:
Anthony Iliopoulos 2020-08-20 17:40:08 +02:00 committed by Andrew J. Hesford
parent b04d58f23e
commit f333fcd7fa

View File

@ -1,6 +1,6 @@
# Template file for 'sqlite'
pkgname=sqlite
version=3.32.3
version=3.33.0
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}/2020/sqlite-autoconf-${_amalgamationver}.tar.gz"
checksum=a31507123c1c2e3a210afec19525fd7b5bb1e19a6a34ae5b998fbd7302568b66
checksum=106a2c48c7f75a298a7557bcc0d5f4f454e5b43811cc738b7ca294d6956bbb15
CFLAGS="-DSQLITE_ENABLE_DBSTAT_VTAB -DSQLITE_ENABLE_COLUMN_METADATA \
-DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE -DSQLITE_ENABLE_JSON1 \