sqlite: update to 3.39.0.
This commit is contained in:
parent
35f67c4694
commit
5e9aa35185
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'sqlite'
|
# Template file for 'sqlite'
|
||||||
pkgname=sqlite
|
pkgname=sqlite
|
||||||
version=3.38.5
|
version=3.39.0
|
||||||
revision=1
|
revision=1
|
||||||
_amalgamationver=$(printf "%d%02d%02d00\n" ${version//./ })
|
_amalgamationver=$(printf "%d%02d%02d00\n" ${version//./ })
|
||||||
wrksrc="sqlite-autoconf-${_amalgamationver}"
|
wrksrc="sqlite-autoconf-${_amalgamationver}"
|
||||||
|
@ -11,9 +11,9 @@ short_desc="SQL Database Engine in a C Library"
|
||||||
maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
|
maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
|
||||||
license="Public Domain"
|
license="Public Domain"
|
||||||
homepage="https://sqlite.org/"
|
homepage="https://sqlite.org/"
|
||||||
changelog="https://www.sqlite.org/releaselog/${version//./_}.html"
|
changelog="https://www.sqlite.org/changes.html"
|
||||||
distfiles="${homepage}/2022/sqlite-autoconf-${_amalgamationver}.tar.gz"
|
distfiles="${homepage}/2022/sqlite-autoconf-${_amalgamationver}.tar.gz"
|
||||||
checksum=5af07de982ba658fd91a03170c945f99c971f6955bc79df3266544373e39869c
|
checksum=e90bcaef6dd5813fcdee4e867f6b65f3c9bfd0aec0f1017f9f3bbce1e4ed09e2
|
||||||
|
|
||||||
CFLAGS="-DSQLITE_ENABLE_DBSTAT_VTAB -DSQLITE_ENABLE_COLUMN_METADATA \
|
CFLAGS="-DSQLITE_ENABLE_DBSTAT_VTAB -DSQLITE_ENABLE_COLUMN_METADATA \
|
||||||
-DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE \
|
-DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE \
|
||||||
|
|
Loading…
Reference in New Issue