sqlite: bump version.

This commit is contained in:
Jerome Duval
2019-10-13 19:53:40 +02:00
parent 430503c6f4
commit d057bc61a2

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="e0a8cf4c7a87455e55e10413d16f358ca121ccec687fe1301eac95e2d340fc58"
CHECKSUM_SHA256="8c5a50db089bd2a1b08dbc5b00d2027602ca7ff238ba7658fabca454d4298e60"
SOURCE_DIR="sqlite-autoconf-$sqliteVersion"
ARCHITECTURES="x86_gcc2 x86 x86_64 sparc"