SQLite: bump to 3.24.0.

This commit is contained in:
fbrosson
2018-06-05 08:21:58 +00:00
parent cb3850e11f
commit 6271534508

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="92842b283e5e744eff5da29ed3c69391de7368fccc4d0ee6bf62490ce555ef25"
CHECKSUM_SHA256="d9d14e88c6fb6d68de9ca0d1f9797477d82fc3aed613558f87ffbdbbc5ceb74a"
SOURCE_DIR="sqlite-autoconf-$sqliteVersion"
ARCHITECTURES="x86_gcc2 x86 x86_64"