sqlite: update to 3.25.3.

This commit is contained in:
maxice8 2018-11-05 19:23:27 -02:00 committed by maxice8
parent dfb58d0cc9
commit 6750bab04f
1 changed files with 2 additions and 2 deletions

View File

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