Merge pull request #8810 from heitbaum/sql

sqlite: update to 3.45.3
This commit is contained in:
CvH 2024-04-16 21:06:08 +02:00 committed by GitHub
commit 6b64971415
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,9 +3,9 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="sqlite"
PKG_VERSION="3.45.2"
PKG_VERSION="3.45.3"
PKG_VERSION_SQLITE="${PKG_VERSION/./}00"
PKG_SHA256="bc9067442eedf3dd39989b5c5cfbfff37ae66cc9c99274e0c3052dc4d4a8f6ae"
PKG_SHA256="b2809ca53124c19c60f42bf627736eae011afdcc205bb48270a5ee9a38191531"
PKG_LICENSE="PublicDomain"
PKG_SITE="https://www.sqlite.org/"
PKG_URL="https://www.sqlite.org/2024/${PKG_NAME}-autoconf-${PKG_VERSION_SQLITE/./0}.tar.gz"