sqlite: update to 3.35.5.
This commit is contained in:
parent
195dfaacdc
commit
5245b5a706
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'sqlite'
|
||||
pkgname=sqlite
|
||||
version=3.35.4
|
||||
version=3.35.5
|
||||
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}/2021/sqlite-autoconf-${_amalgamationver}.tar.gz"
|
||||
checksum=7771525dff0185bfe9638ccce23faa0e1451757ddbda5a6c853bb80b923a512d
|
||||
checksum=f52b72a5c319c3e516ed7a92e123139a6e87af08a2dc43d7757724f6132e6db0
|
||||
|
||||
CFLAGS="-DSQLITE_ENABLE_DBSTAT_VTAB -DSQLITE_ENABLE_COLUMN_METADATA \
|
||||
-DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE -DSQLITE_ENABLE_JSON1 \
|
||||
|
|
Loading…
Reference in a new issue