sqlite: update to 3.8.8.1.

This commit is contained in:
Eivind Uggedal 2015-01-21 07:13:45 +00:00
parent e489f4da95
commit 656335e281

View File

@ -1,8 +1,8 @@
# Template build file for 'sqlite'.
pkgname=sqlite
version=3.8.8
version=3.8.8.1
revision=1
_amalgamationver=3080800
_amalgamationver=3080801
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=c6409da6e7ba853c53bfa88c740f353b016721f943a44aad6e7b11dfb1d60535
checksum=2721361eb4a71d5f727dfa466bd910dadd5dbeb4d2d57b8b34205f7ce7e5b7f9
CFLAGS="-DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE"