sqlite: update to 3.8.10.2
This commit is contained in:
parent
c19d1df8f6
commit
738d92e32b
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'sqlite'.
|
||||
pkgname=sqlite
|
||||
version=3.8.10.1
|
||||
version=3.8.10.2
|
||||
revision=1
|
||||
_amalgamationver=3081001
|
||||
_amalgamationver=3081002
|
||||
wrksrc="sqlite-autoconf-${_amalgamationver}"
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
|
@ -13,7 +13,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
homepage="http://www.sqlite.org"
|
||||
license="Public Domain"
|
||||
distfiles="http://www.sqlite.org/2015/sqlite-autoconf-${_amalgamationver}.tar.gz"
|
||||
checksum=5f8f2ae6461e637ff63e50fef10b6962764dfc3b81a8c0f80a19794b9d59f7ca
|
||||
checksum=8382e55a4e7d853c93038562ca3dd00307937fccf1c6b65ddd813e503a56d626
|
||||
|
||||
CFLAGS="-DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE"
|
||||
|
||||
|
|
Loading…
Reference in New Issue