mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
sqlite: update to 3.8.7.2.
This commit is contained in:
parent
47f1386e2c
commit
6e38aa173c
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Template build file for 'sqlite'.
|
# Template build file for 'sqlite'.
|
||||||
pkgname=sqlite
|
pkgname=sqlite
|
||||||
version=3.8.7.1
|
version=3.8.7.2
|
||||||
revision=1
|
revision=1
|
||||||
_amalgamationver=3080701
|
_amalgamationver=3080702
|
||||||
wrksrc="sqlite-autoconf-${_amalgamationver}"
|
wrksrc="sqlite-autoconf-${_amalgamationver}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-threadsafe --enable-readline --enable-dynamic-extensions"
|
configure_args="--enable-threadsafe --enable-readline --enable-dynamic-extensions"
|
||||||
|
@ -13,7 +13,7 @@ homepage="http://www.sqlite.org"
|
||||||
update_pattern='>Version \K[\d.]+'
|
update_pattern='>Version \K[\d.]+'
|
||||||
license="Public Domain"
|
license="Public Domain"
|
||||||
distfiles="http://www.sqlite.org/2014/sqlite-autoconf-${_amalgamationver}.tar.gz"
|
distfiles="http://www.sqlite.org/2014/sqlite-autoconf-${_amalgamationver}.tar.gz"
|
||||||
checksum=9d2854bec7b26dfe9aceb1faa17d40674daa15a23bbab67018191ffbe0339533
|
checksum=8da1729e8b39d86bc23c8bdb439ad385afe4fcfcfe2b6796406a062a76e9d20e
|
||||||
|
|
||||||
CFLAGS="-DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE"
|
CFLAGS="-DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue