sqlite: update to 3.25.2.

This commit is contained in:
maxice8 2018-09-25 23:34:37 -03:00 committed by Johannes
parent 0c11a45dae
commit 2f56227ea5

View File

@ -1,6 +1,6 @@
# Template file for 'sqlite'
pkgname=sqlite
version=3.25.1
version=3.25.2
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=96ed46bd87f093073ca8afd613020def847009b611c89f397bc24bd932ec6fd1
checksum=da9a1484423d524d3ac793af518cdf870c8255d209e369bd6a193e9f9d0e3181
CFLAGS="-DSQLITE_ENABLE_DBSTAT_VTAB -DSQLITE_ENABLE_COLUMN_METADATA \
-DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE -DSQLITE_ENABLE_JSON1 \