sqlite: update to 3.43.0, adopt.
This commit is contained in:
parent
be41f35968
commit
c15eacc6b3
1 changed files with 3 additions and 3 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'sqlite'
|
# Template file for 'sqlite'
|
||||||
pkgname=sqlite
|
pkgname=sqlite
|
||||||
version=3.42.0
|
version=3.43.0
|
||||||
revision=1
|
revision=1
|
||||||
_amalgamationver=$(printf "%d%02d%02d00\n" ${version//./ })
|
_amalgamationver=$(printf "%d%02d%02d00\n" ${version//./ })
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-threadsafe --enable-dynamic-extensions --enable-fts5"
|
configure_args="--enable-threadsafe --enable-dynamic-extensions --enable-fts5"
|
||||||
makedepends="libedit-devel zlib-devel"
|
makedepends="libedit-devel zlib-devel"
|
||||||
short_desc="SQL Database Engine in a C Library"
|
short_desc="SQL Database Engine in a C Library"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="triallax <triallax@tutanota.com>"
|
||||||
license="Public Domain"
|
license="Public Domain"
|
||||||
homepage="https://sqlite.org/"
|
homepage="https://sqlite.org/"
|
||||||
changelog="https://www.sqlite.org/changes.html"
|
changelog="https://www.sqlite.org/changes.html"
|
||||||
distfiles="https://sqlite.org/2023/sqlite-autoconf-${_amalgamationver}.tar.gz"
|
distfiles="https://sqlite.org/2023/sqlite-autoconf-${_amalgamationver}.tar.gz"
|
||||||
checksum=7abcfd161c6e2742ca5c6c0895d1f853c940f203304a0b49da4e1eca5d088ca6
|
checksum=49008dbf3afc04d4edc8ecfc34e4ead196973034293c997adad2f63f01762ae1
|
||||||
|
|
||||||
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…
Add table
Add a link
Reference in a new issue