sqlite: bump version.

This commit is contained in:
Jerome Duval
2017-04-13 21:08:53 +02:00
parent 7aa2e89800
commit 33c0e76124

View File

@@ -9,7 +9,7 @@ LICENSE="SQLite"
REVISION="1"
sqliteVersion=$(echo $portVersion | sed -e 's/\.\([0-9]\>\)/0\1/g' -e 's/\.//g')
SOURCE_URI="https://www.sqlite.org/2017/sqlite-autoconf-$sqliteVersion.tar.gz"
CHECKSUM_SHA256="a4e485ad3a16e054765baf6371826b5000beed07e626510896069c0bf013874c"
CHECKSUM_SHA256="3757612463976e7d08c5e9f0af3021613fc24bbcfe1c51197d6776b9ece9ac5c"
SOURCE_DIR="sqlite-autoconf-$sqliteVersion"
ARCHITECTURES="?x86_gcc2 ?x86 x86_64"