sqlite: update to 3.37.1

This commit is contained in:
heitbaum 2021-12-31 06:53:19 +00:00
parent a45d68b69f
commit 7318dc487b

View File

@ -3,9 +3,9 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="sqlite"
PKG_VERSION="3.37.0"
PKG_VERSION="3.37.1"
PKG_VERSION_SQLITE="${PKG_VERSION/./}00"
PKG_SHA256="731a4651d4d4b36fc7d21db586b2de4dd00af31fd54fb5a9a4b7f492057479f7"
PKG_SHA256="40f22a13bf38bbcd4c7ac79bcfb42a72d5aa40930c1f3f822e30ccce295f0f2e"
PKG_LICENSE="PublicDomain"
PKG_SITE="https://www.sqlite.org/"
PKG_URL="https://www.sqlite.org/2021/${PKG_NAME}-autoconf-${PKG_VERSION_SQLITE/./0}.tar.gz"