sqlite: update to 3.12.0.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# Template build file for 'sqlite'.
|
# Template build file for 'sqlite'.
|
||||||
pkgname=sqlite
|
pkgname=sqlite
|
||||||
version=3.11.1
|
version=3.12.0
|
||||||
revision=3
|
revision=1
|
||||||
_amalgamationver=$(printf "%d%02d%02d00\n" ${version//./ })
|
_amalgamationver=$(printf "%d%02d%02d00\n" ${version//./ })
|
||||||
wrksrc="sqlite-autoconf-${_amalgamationver}"
|
wrksrc="sqlite-autoconf-${_amalgamationver}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
@@ -12,7 +12,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||||||
homepage="http://www.sqlite.org"
|
homepage="http://www.sqlite.org"
|
||||||
license="Public Domain"
|
license="Public Domain"
|
||||||
distfiles="http://sqlite.org/2016/sqlite-autoconf-${_amalgamationver}.tar.gz"
|
distfiles="http://sqlite.org/2016/sqlite-autoconf-${_amalgamationver}.tar.gz"
|
||||||
checksum=533ff1d0271c2e666f01591271cef01a31648563affa0c95e80ef735077d4377
|
checksum=53ecdbb5287af673eca3710c5f6c2305e73bb2d034f2a28770bea2be92ed269e
|
||||||
|
|
||||||
CFLAGS="-DSQLITE_ENABLE_DBSTAT_VTAB -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE -DSQLITE_ENABLE_JSON1"
|
CFLAGS="-DSQLITE_ENABLE_DBSTAT_VTAB -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE -DSQLITE_ENABLE_JSON1"
|
||||||
# explicitly enable fdatasync
|
# explicitly enable fdatasync
|
||||||
|
|||||||
Reference in New Issue
Block a user