sqlite: update to 3.8.8.3.

This commit is contained in:
Juan RP 2015-02-26 09:32:51 +01:00
parent 1d70182ea3
commit 863fd93da3

View File

@ -1,8 +1,8 @@
# Template build file for 'sqlite'.
pkgname=sqlite
version=3.8.8.2
version=3.8.8.3
revision=1
_amalgamationver=3080802
_amalgamationver=3080803
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/2015/sqlite-autoconf-${_amalgamationver}.tar.gz"
checksum=aaa31e961963ff6d34c253c0464e667446d7674f8e375b62a3d66aa5dea26c2d
checksum=74576964cd9db44c13bf95d6a7c36b06cfdfb2fe4e3e26c9ce1ae0b2e328b411
CFLAGS="-DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE"