sqlite: bump version.

This commit is contained in:
Jerome Duval
2019-09-27 21:03:19 +02:00
parent 4060196054
commit 6c04fe3be1

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/2019/sqlite-autoconf-$sqliteVersion.tar.gz"
CHECKSUM_SHA256="d61b5286f062adfce5125eaf544d495300656908e61fca143517afcc0a89b7c3"
CHECKSUM_SHA256="8e7c1e2950b5b04c5944a981cb31fffbf9d2ddda939d536838ebc854481afd5b"
SOURCE_DIR="sqlite-autoconf-$sqliteVersion"
ARCHITECTURES="x86_gcc2 x86 x86_64 sparc"