sqlite: bump version

This commit is contained in:
Jerome Duval
2015-05-12 17:26:52 +00:00
parent 617c60c650
commit 4ca6373ef3

View File

@@ -8,7 +8,7 @@ source code for SQLite is in the public domain.
HOMEPAGE="http://www.sqlite.org/"
sqliteVersion=$(echo $portVersion | sed -e 's/\.\([0-9]\>\)/0\1/g' -e 's/\.//g')
SRC_URI="http://www.sqlite.org/2015/sqlite-autoconf-$sqliteVersion.tar.gz"
CHECKSUM_SHA256="445cde5e969f218e9f717ff6babf9694b091760059d85b64fa0dc5cf82e28665"
CHECKSUM_SHA256="5f8f2ae6461e637ff63e50fef10b6962764dfc3b81a8c0f80a19794b9d59f7ca"
REVISION="1"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"