sqlite: update to 3.8.6.

This commit is contained in:
Juan RP 2014-08-18 09:55:41 +02:00
parent debbdcf6a5
commit fd699e74b8

View File

@ -1,8 +1,8 @@
# Template build file for 'sqlite'. # Template build file for 'sqlite'.
pkgname=sqlite pkgname=sqlite
version=3.8.5 version=3.8.6
revision=1 revision=1
_amalgamationver=3080500 _amalgamationver=3080600
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"
@ -12,7 +12,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.sqlite.org" homepage="http://www.sqlite.org"
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=98c33abe4106e508e73fda648b2657ac9e969fe24695f543dcde68cc71f3091b checksum=53bab14255bc16c3d73fdbe54b364c1764709d68dda167587f8026c98b9f4e95
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"