Merge pull request #7137 from heitbaum/sqlite

sqlite: update to 3.40.0
This commit is contained in:
CvH 2022-11-17 12:58:58 +01:00 committed by GitHub
commit afdbabb72e
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.39.4"
PKG_VERSION="3.40.0"
PKG_VERSION_SQLITE="${PKG_VERSION/./}00"
PKG_SHA256="f31d445b48e67e284cf206717cc170ab63cbe4fd7f79a82793b772285e78fdbb"
PKG_SHA256="0333552076d2700c75352256e91c78bf5cd62491589ba0c69aed0a81868980e7"
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"