mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-04 03:42:56 +02:00
sqlite: update to 3.39.2.
This commit is contained in:
parent
ec4945c63d
commit
c103198494
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'sqlite'
|
# Template file for 'sqlite'
|
||||||
pkgname=sqlite
|
pkgname=sqlite
|
||||||
version=3.39.1
|
version=3.39.2
|
||||||
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}"
|
||||||
|
@ -13,7 +13,7 @@ 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="${homepage}/2022/sqlite-autoconf-${_amalgamationver}.tar.gz"
|
distfiles="${homepage}/2022/sqlite-autoconf-${_amalgamationver}.tar.gz"
|
||||||
checksum=87c8e7a7fa0c68ab28e208ba49f3a22a56000dbf53a6f90206e2bc5843931cc4
|
checksum=852be8a6183a17ba47cee0bbff7400b7aa5affd283bf3beefc34fcd088a239de
|
||||||
|
|
||||||
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
Reference in a new issue