sqlite: update to 3.45.2.
This commit is contained in:
parent
5c6d7b1b10
commit
a52b9acf60
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'sqlite'
|
||||
pkgname=sqlite
|
||||
version=3.44.2
|
||||
revision=2
|
||||
version=3.45.2
|
||||
revision=1
|
||||
_amalgamationver=$(printf "%d%02d%02d00\n" ${version//./ })
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-threadsafe --enable-dynamic-extensions --enable-fts5"
|
||||
|
@ -11,8 +11,8 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
|||
license="Public Domain"
|
||||
homepage="https://sqlite.org/"
|
||||
changelog="https://www.sqlite.org/changes.html"
|
||||
distfiles="https://sqlite.org/2023/sqlite-autoconf-${_amalgamationver}.tar.gz"
|
||||
checksum=1c6719a148bc41cf0f2bbbe3926d7ce3f5ca09d878f1246fcc20767b175bb407
|
||||
distfiles="https://sqlite.org/2024/sqlite-autoconf-${_amalgamationver}.tar.gz"
|
||||
checksum=bc9067442eedf3dd39989b5c5cfbfff37ae66cc9c99274e0c3052dc4d4a8f6ae
|
||||
|
||||
CFLAGS="-DSQLITE_ENABLE_DBSTAT_VTAB -DSQLITE_ENABLE_COLUMN_METADATA \
|
||||
-DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE \
|
||||
|
|
Loading…
Reference in New Issue