sqlite: update to 3.39.4

release notes:
- https://www.sqlite.org/releaselog/3_39_4.html
This commit is contained in:
Rudi Heitbaum 2022-10-17 08:14:03 +00:00
parent 6f3605c0a4
commit 52cee86c3a

View File

@ -3,9 +3,9 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="sqlite"
PKG_VERSION="3.39.2"
PKG_VERSION="3.39.4"
PKG_VERSION_SQLITE="${PKG_VERSION/./}00"
PKG_SHA256="852be8a6183a17ba47cee0bbff7400b7aa5affd283bf3beefc34fcd088a239de"
PKG_SHA256="f31d445b48e67e284cf206717cc170ab63cbe4fd7f79a82793b772285e78fdbb"
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"