SQLite: bump to 3.25.3.

This commit is contained in:
fbrosson
2018-11-06 00:16:35 +00:00
parent 9208ed3410
commit 2ac2146315

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="da9a1484423d524d3ac793af518cdf870c8255d209e369bd6a193e9f9d0e3181"
CHECKSUM_SHA256="00ebf97be13928941940cc71de3d67e9f852698233cd98ce2d178fd08092f3dd"
SOURCE_DIR="sqlite-autoconf-$sqliteVersion"
ARCHITECTURES="x86_gcc2 x86 x86_64"