sqlite: update to 3.43.1

This commit is contained in:
Rudi Heitbaum 2023-09-12 10:31:46 +00:00
parent 699f92cf62
commit cbcf552b06

View File

@ -3,9 +3,9 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="sqlite"
PKG_VERSION="3.43.0"
PKG_VERSION="3.43.1"
PKG_VERSION_SQLITE="${PKG_VERSION/./}00"
PKG_SHA256="49008dbf3afc04d4edc8ecfc34e4ead196973034293c997adad2f63f01762ae1"
PKG_SHA256="46db2f10f306e163e4571b8974d44cd37078aae04295bbf08b253655df3265f4"
PKG_LICENSE="PublicDomain"
PKG_SITE="https://www.sqlite.org/"
PKG_URL="https://www.sqlite.org/2023/${PKG_NAME}-autoconf-${PKG_VERSION_SQLITE/./0}.tar.gz"