SQLite: bump to 3.25.2.

This commit is contained in:
fbrosson
2018-09-26 03:47:23 +00:00
parent 12088c801d
commit d4d9119692

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