sqlite: update to 3.39.4.

This commit is contained in:
ologantr 2022-09-30 18:56:43 +02:00 committed by classabbyamp
parent 731b69f53e
commit c8ecc869ed
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'sqlite'
pkgname=sqlite
version=3.39.3
version=3.39.4
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/changes.html"
distfiles="${homepage}/2022/sqlite-autoconf-${_amalgamationver}.tar.gz"
checksum=7868fb3082be3f2cf4491c6fba6de2bddcbc293a35fefb0624ee3c13f01422b9
checksum=f31d445b48e67e284cf206717cc170ab63cbe4fd7f79a82793b772285e78fdbb
CFLAGS="-DSQLITE_ENABLE_DBSTAT_VTAB -DSQLITE_ENABLE_COLUMN_METADATA \
-DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE \