Merge pull request #7309 from heitbaum/sqlite

sqlite: update to 3.40.1
This commit is contained in:
CvH 2022-12-29 12:50:33 +01:00 committed by GitHub
commit 38efbf13d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,9 +3,9 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="sqlite"
PKG_VERSION="3.40.0"
PKG_VERSION="3.40.1"
PKG_VERSION_SQLITE="${PKG_VERSION/./}00"
PKG_SHA256="0333552076d2700c75352256e91c78bf5cd62491589ba0c69aed0a81868980e7"
PKG_SHA256="2c5dea207fa508d765af1ef620b637dcb06572afa6f01f0815bd5bbf864b33d9"
PKG_LICENSE="PublicDomain"
PKG_SITE="https://www.sqlite.org/"
PKG_URL="https://www.sqlite.org/2022/${PKG_NAME}-autoconf-${PKG_VERSION_SQLITE/./0}.tar.gz"