mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
sqlite: update to 3.34.0.
This commit is contained in:
parent
506647ea54
commit
b57c9829fa
1 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'sqlite'
|
# Template file for 'sqlite'
|
||||||
pkgname=sqlite
|
pkgname=sqlite
|
||||||
version=3.33.0
|
version=3.34.0
|
||||||
revision=2
|
revision=1
|
||||||
_amalgamationver=$(printf "%d%02d%02d00\n" ${version//./ })
|
_amalgamationver=$(printf "%d%02d%02d00\n" ${version//./ })
|
||||||
wrksrc="sqlite-autoconf-${_amalgamationver}"
|
wrksrc="sqlite-autoconf-${_amalgamationver}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -13,7 +13,7 @@ license="Public Domain"
|
||||||
homepage="https://sqlite.org/"
|
homepage="https://sqlite.org/"
|
||||||
changelog="https://www.sqlite.org/releaselog/${version//./_}.html"
|
changelog="https://www.sqlite.org/releaselog/${version//./_}.html"
|
||||||
distfiles="${homepage}/2020/sqlite-autoconf-${_amalgamationver}.tar.gz"
|
distfiles="${homepage}/2020/sqlite-autoconf-${_amalgamationver}.tar.gz"
|
||||||
checksum=106a2c48c7f75a298a7557bcc0d5f4f454e5b43811cc738b7ca294d6956bbb15
|
checksum=bf6db7fae37d51754737747aaaf413b4d6b3b5fbacd52bdb2d0d6e5b2edd9aee
|
||||||
|
|
||||||
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_JSON1 \
|
-DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE -DSQLITE_ENABLE_JSON1 \
|
||||||
|
|
Loading…
Add table
Reference in a new issue