SQLite: bump, soname unchanged (#6419)

This commit is contained in:
extrowerk
2021-11-21 10:40:02 +01:00
committed by GitHub
parent 779e0a618f
commit 314dc1736c

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/2021/sqlite-autoconf-$sqliteVersion.tar.gz"
CHECKSUM_SHA256="2a3bca581117b3b88e5361d0ef3803ba6d8da604b1c1a47d902ef785c1b53e89"
CHECKSUM_SHA256="bd90c3eb96bee996206b83be7065c9ce19aef38c3f4fb53073ada0d0b69bbce3"
SOURCE_DIR="sqlite-autoconf-$sqliteVersion"
ARCHITECTURES="all"