sqlite: update to 3.8.7.4.
This commit is contained in:
parent
c64c0838d0
commit
7cecbcef69
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.3
|
version=3.8.7.4
|
||||||
revision=1
|
revision=1
|
||||||
_amalgamationver=3080703
|
_amalgamationver=3080704
|
||||||
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=90b43a72a9d43ddf68fff0f71db869c213b9fd5082ade7d13e85a655c39a678a
|
checksum=86370f139405fdfe03334fd618171a74e50f589f17ccbe5933361ed1f58359ec
|
||||||
|
|
||||||
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…
Reference in a new issue