sqlite: update to 3.8.5.
This commit is contained in:
parent
f6476cf1bd
commit
9ed34f4d49
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'sqlite'.
|
||||
pkgname=sqlite
|
||||
version=3.8.4.3
|
||||
version=3.8.5
|
||||
revision=1
|
||||
_amalgamationver=3080402
|
||||
_amalgamationver=3080500
|
||||
wrksrc="sqlite-autoconf-${_amalgamationver}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-threadsafe --enable-readline --enable-dynamic-extensions"
|
||||
|
@ -12,7 +12,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
homepage="http://www.sqlite.org"
|
||||
license="Public Domain"
|
||||
distfiles="http://www.sqlite.org/2014/sqlite-autoconf-${_amalgamationver}.tar.gz"
|
||||
checksum=e492dd83eb66f13bdac99ce4f1b14a80c84661ac2b64a8d105acc4b6cb66f1a5
|
||||
checksum=98c33abe4106e508e73fda648b2657ac9e969fe24695f543dcde68cc71f3091b
|
||||
|
||||
CFLAGS="-DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE"
|
||||
|
||||
|
|
Loading…
Reference in a new issue