sqlite: update to 3.38.5

release log:
- https://www.sqlite.org/releaselog/3_38_5.html
- https://www.sqlite.org/news.html#2022-05-06
This commit is contained in:
Rudi Heitbaum 2022-05-06 21:55:01 +00:00
parent 614dab2bea
commit 9103d71162

View File

@ -3,9 +3,9 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="sqlite"
PKG_VERSION="3.38.4"
PKG_VERSION="3.38.5"
PKG_VERSION_SQLITE="${PKG_VERSION/./}00"
PKG_SHA256="1935751066c2fd447404caa78cfb8b2b701fad3f6b1cf40b3d658440f6cc7563"
PKG_SHA256="5af07de982ba658fd91a03170c945f99c971f6955bc79df3266544373e39869c"
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"