sqlite: update to 3.26.0.

This commit is contained in:
maxice8 2018-12-01 19:34:29 -02:00 committed by maxice8
parent 02d575aad0
commit a25e260c5e

View file

@ -1,6 +1,6 @@
# Template file for 'sqlite'
pkgname=sqlite
version=3.25.3
version=3.26.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}/2018/sqlite-autoconf-${_amalgamationver}.tar.gz"
checksum=00ebf97be13928941940cc71de3d67e9f852698233cd98ce2d178fd08092f3dd
checksum=5daa6a3fb7d1e8c767cd59c4ded8da6e4b00c61d3b466d0685e35c4dd6d7bf5d
CFLAGS="-DSQLITE_ENABLE_DBSTAT_VTAB -DSQLITE_ENABLE_COLUMN_METADATA \
-DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE -DSQLITE_ENABLE_JSON1 \