sqlite: update to 3.8.7.2.
This commit is contained in:
parent
47f1386e2c
commit
6e38aa173c
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'sqlite'.
|
||||
pkgname=sqlite
|
||||
version=3.8.7.1
|
||||
version=3.8.7.2
|
||||
revision=1
|
||||
_amalgamationver=3080701
|
||||
_amalgamationver=3080702
|
||||
wrksrc="sqlite-autoconf-${_amalgamationver}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-threadsafe --enable-readline --enable-dynamic-extensions"
|
||||
|
@ -13,7 +13,7 @@ homepage="http://www.sqlite.org"
|
|||
update_pattern='>Version \K[\d.]+'
|
||||
license="Public Domain"
|
||||
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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue