diff mbox series

[46/51] sqlite3: upgrade 3.39.0 -> 3.39.1

Message ID 20220720084442.2940187-46-alex@linutronix.de
State New
Headers show
Series [01/51] sato-icon-theme: check for new commits rather than tags | expand

Commit Message

Alexander Kanavin July 20, 2022, 8:44 a.m. UTC
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 .../sqlite/{sqlite3_3.39.0.bb => sqlite3_3.39.1.bb}             | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/sqlite/{sqlite3_3.39.0.bb => sqlite3_3.39.1.bb} (86%)
diff mbox series

Patch

diff --git a/meta/recipes-support/sqlite/sqlite3_3.39.0.bb b/meta/recipes-support/sqlite/sqlite3_3.39.1.bb
similarity index 86%
rename from meta/recipes-support/sqlite/sqlite3_3.39.0.bb
rename to meta/recipes-support/sqlite/sqlite3_3.39.1.bb
index a44a752893..39ddbfb908 100644
--- a/meta/recipes-support/sqlite/sqlite3_3.39.0.bb
+++ b/meta/recipes-support/sqlite/sqlite3_3.39.1.bb
@@ -4,7 +4,7 @@  LICENSE = "PD"
 LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=786d3dc581eff03f4fd9e4a77ed00c66"
 
 SRC_URI = "http://www.sqlite.org/2022/sqlite-autoconf-${SQLITE_PV}.tar.gz"
-SRC_URI[sha256sum] = "e90bcaef6dd5813fcdee4e867f6b65f3c9bfd0aec0f1017f9f3bbce1e4ed09e2"
+SRC_URI[sha256sum] = "87c8e7a7fa0c68ab28e208ba49f3a22a56000dbf53a6f90206e2bc5843931cc4"
 
 # -19242 is only an issue in specific development branch commits
 CVE_CHECK_IGNORE += "CVE-2019-19242"