sqlite: fix confusion in distfile version.

This commit is contained in:
Juan RP 2015-05-10 08:06:38 +02:00
parent a78d6f901f
commit 2f3a588f0e
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
pkgname=sqlite
version=3.8.10.1
revision=1
_amalgamationver=3081010
_amalgamationver=3081001
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=445cde5e969f218e9f717ff6babf9694b091760059d85b64fa0dc5cf82e28665
checksum=5f8f2ae6461e637ff63e50fef10b6962764dfc3b81a8c0f80a19794b9d59f7ca
CFLAGS="-DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE"