sqlite: update to 3.38.2.
This commit is contained in:
parent
55ca50a3c9
commit
c0510fa004
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'sqlite'
|
||||
pkgname=sqlite
|
||||
version=3.38.1
|
||||
version=3.38.2
|
||||
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=8e3a8ceb9794d968399590d2ddf9d5c044a97dd83d38b9613364a245ec8a2fc4
|
||||
checksum=e7974aa1430bad690a5e9f79a6ee5c8492ada8269dc675875ad0fb747d7cada4
|
||||
|
||||
CFLAGS="-DSQLITE_ENABLE_DBSTAT_VTAB -DSQLITE_ENABLE_COLUMN_METADATA \
|
||||
-DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE \
|
||||
|
|
Loading…
Reference in a new issue