sqlite: bump version.

This commit is contained in:
Jerome Duval
2015-11-07 14:16:30 +00:00
parent ce759cfa74
commit c09b3042ea

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')
SOURCE_URI="http://www.sqlite.org/2015/sqlite-autoconf-$sqliteVersion.tar.gz"
CHECKSUM_SHA256="a324143f4cc35cd7e9605a0a8dec9f9e4861d0be8305f3642e7d05008b77e60d"
CHECKSUM_SHA256="064c0abe9c9177534d4c770bca7a5902f9924b629ac886b4c08956be6dfbc36b"
REVISION="1"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"