sqlite: bump to 3.23.1.

This commit is contained in:
fbrosson
2018-04-11 13:05:09 +00:00
parent 6734ad65c1
commit f09135e96b

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/2018/sqlite-autoconf-$sqliteVersion.tar.gz"
CHECKSUM_SHA256="b7711a1800a071674c2bf76898ae8584fc6c9643cfe933cfc1bc54361e3a6e49"
CHECKSUM_SHA256="92842b283e5e744eff5da29ed3c69391de7368fccc4d0ee6bf62490ce555ef25"
SOURCE_DIR="sqlite-autoconf-$sqliteVersion"
ARCHITECTURES="x86_gcc2 x86 x86_64"