sqlite: update to 3.23.0.

This commit is contained in:
maxice8 2018-04-02 13:55:15 -03:00 committed by Leаh Neukirchen
parent a2ba1c146a
commit 36706a7d01

View File

@ -1,6 +1,6 @@
# Template build file for 'sqlite'.
pkgname=sqlite
version=3.22.0
version=3.23.0
revision=1
_amalgamationver=$(printf "%d%02d%02d00\n" ${version//./ })
wrksrc="sqlite-autoconf-${_amalgamationver}"
@ -12,7 +12,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="https://sqlite.org/"
license="Public Domain"
distfiles="${homepage}/2018/sqlite-autoconf-${_amalgamationver}.tar.gz"
checksum=2824ab1238b706bc66127320afbdffb096361130e23291f26928a027b885c612
checksum=b7711a1800a071674c2bf76898ae8584fc6c9643cfe933cfc1bc54361e3a6e49
CFLAGS="-DSQLITE_ENABLE_DBSTAT_VTAB -DSQLITE_ENABLE_COLUMN_METADATA \
-DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE -DSQLITE_ENABLE_JSON1 \