sqlite: update to 3.23.1.

This commit is contained in:
maxice8 2018-04-10 16:45:28 -03:00 committed by Toyam Cox
parent 722beb151a
commit 45d6fc4421
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template build file for 'sqlite'.
pkgname=sqlite
version=3.23.0
version=3.23.1
revision=1
_amalgamationver=$(printf "%d%02d%02d00\n" ${version//./ })
wrksrc="sqlite-autoconf-${_amalgamationver}"
@ -9,10 +9,10 @@ configure_args="--enable-threadsafe --enable-dynamic-extensions --enable-fts5"
makedepends="libedit-devel"
short_desc="SQL Database Engine in a C Library"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="https://sqlite.org/"
license="Public Domain"
homepage="https://sqlite.org/"
distfiles="${homepage}/2018/sqlite-autoconf-${_amalgamationver}.tar.gz"
checksum=b7711a1800a071674c2bf76898ae8584fc6c9643cfe933cfc1bc54361e3a6e49
checksum=92842b283e5e744eff5da29ed3c69391de7368fccc4d0ee6bf62490ce555ef25
CFLAGS="-DSQLITE_ENABLE_DBSTAT_VTAB -DSQLITE_ENABLE_COLUMN_METADATA \
-DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE -DSQLITE_ENABLE_JSON1 \