sqlite: update to 3.13.0.
This commit is contained in:
parent
6dacc2df04
commit
967b9311a9
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template build file for 'sqlite'.
|
||||
pkgname=sqlite
|
||||
version=3.12.2
|
||||
version=3.13.0
|
||||
revision=1
|
||||
_amalgamationver=$(printf "%d%02d%02d00\n" ${version//./ })
|
||||
wrksrc="sqlite-autoconf-${_amalgamationver}"
|
||||
|
@ -12,7 +12,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
homepage="http://www.sqlite.org"
|
||||
license="Public Domain"
|
||||
distfiles="http://sqlite.org/2016/sqlite-autoconf-${_amalgamationver}.tar.gz"
|
||||
checksum=fd00770c9afd39db555c78400e52f55e8bd6568c78be23561abb472a22d09abb
|
||||
checksum=e2797026b3310c9d08bd472f6d430058c6dd139ff9d4e30289884ccd9744086b
|
||||
|
||||
CFLAGS="-DSQLITE_ENABLE_DBSTAT_VTAB -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE -DSQLITE_ENABLE_JSON1"
|
||||
# explicitly enable fdatasync
|
||||
|
|
Loading…
Reference in a new issue