sqlite: bump to 3.15.1.0. (#858)

This commit is contained in:
fbrosson
2016-11-05 17:23:53 +00:00
committed by waddlesplash
parent d7cf260e13
commit 22d8ecd334

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/2016/sqlite-autoconf-$sqliteVersion.tar.gz"
CHECKSUM_SHA256="77162da9b4a0336d7e77d5252b690662850f62b47c12d9125f74ab9de78ded27"
CHECKSUM_SHA256="5dfa89b7697ee3c2ac7b44e8e157e7f204bf999c866afcaa8bb1c7ff656ae2c5"
SOURCE_DIR="sqlite-autoconf-$sqliteVersion"
ARCHITECTURES="x86_gcc2 x86 x86_64"