diff mbox series

[meta-oe,02/23] botan: upgrade 3.9.0 -> 3.10.0

Message ID 20251111075517.1650-2-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-oe,01/23] bats: upgrade 1.12.0 -> 1.13.0 | expand

Commit Message

Mingyu Wang (Fujitsu) Nov. 11, 2025, 7:54 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../recipes-crypto/botan/{botan_3.9.0.bb => botan_3.10.0.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-crypto/botan/{botan_3.9.0.bb => botan_3.10.0.bb} (95%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-crypto/botan/botan_3.9.0.bb b/meta-oe/recipes-crypto/botan/botan_3.10.0.bb
similarity index 95%
rename from meta-oe/recipes-crypto/botan/botan_3.9.0.bb
rename to meta-oe/recipes-crypto/botan/botan_3.10.0.bb
index 77bd0d007f..e079dd73de 100644
--- a/meta-oe/recipes-crypto/botan/botan_3.9.0.bb
+++ b/meta-oe/recipes-crypto/botan/botan_3.10.0.bb
@@ -5,7 +5,7 @@  LIC_FILES_CHKSUM = "file://license.txt;md5=3f911cecfc74a2d9f1ead9a07bd92a6e"
 SECTION = "libs"
 
 SRC_URI = "https://botan.randombit.net/releases/Botan-${PV}.tar.xz"
-SRC_URI[sha256sum] = "8c3f284b58ddd42e8e43e9fa86a7129d87ea7c3f776a80d3da63ec20722b0883"
+SRC_URI[sha256sum] = "fde194236f6d5434f136ea0a0627f6cc9d26af8b96e9f1e1c7d8c82cd90f4f24"
 
 S = "${UNPACKDIR}/Botan-${PV}"