sqlite: update to 3.38.1.
This commit is contained in:
parent
dc49c1d355
commit
a0fe4229dc
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'sqlite'
|
||||
pkgname=sqlite
|
||||
version=3.38.0
|
||||
version=3.38.1
|
||||
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}/2022/sqlite-autoconf-${_amalgamationver}.tar.gz"
|
||||
checksum=1c76e25dc63d9f3935e0f406aec520a33ee77cf54ea5147dffe1fae8369eff68
|
||||
checksum=8e3a8ceb9794d968399590d2ddf9d5c044a97dd83d38b9613364a245ec8a2fc4
|
||||
|
||||
CFLAGS="-DSQLITE_ENABLE_DBSTAT_VTAB -DSQLITE_ENABLE_COLUMN_METADATA \
|
||||
-DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE \
|
||||
|
|
Loading…
Reference in a new issue