[meta-oe] botan: upgrade 2.19.1 -> 2.19.2

Message ID 1654520440-9439-1-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-oe] botan: upgrade 2.19.1 -> 2.19.2 | expand

Commit Message

Mingyu Wang (Fujitsu) June 6, 2022, 1 p.m. UTC
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../recipes-crypto/botan/{botan_2.19.1.bb => botan_2.19.2.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-crypto/botan/{botan_2.19.1.bb => botan_2.19.2.bb} (93%)

Patch

diff --git a/meta-oe/recipes-crypto/botan/botan_2.19.1.bb b/meta-oe/recipes-crypto/botan/botan_2.19.2.bb
similarity index 93%
rename from meta-oe/recipes-crypto/botan/botan_2.19.1.bb
rename to meta-oe/recipes-crypto/botan/botan_2.19.2.bb
index 4b072fc5d..5261367db 100644
--- a/meta-oe/recipes-crypto/botan/botan_2.19.1.bb
+++ b/meta-oe/recipes-crypto/botan/botan_2.19.2.bb
@@ -5,7 +5,7 @@  LIC_FILES_CHKSUM = "file://license.txt;md5=f4ce98476c07c34e1793daa036960fad"
 SECTION = "libs"
 
 SRC_URI = "https://botan.randombit.net/releases/Botan-${PV}.tar.xz"
-SRC_URI[sha256sum] = "e26e00cfefda64082afdd540d3c537924f645d6a674afed2cd171005deff5560"
+SRC_URI[sha256sum] = "3af5f17615c6b5cd8b832d269fb6cb4d54ec64f9eb09ddbf1add5093941b4d75"
 
 S = "${WORKDIR}/Botan-${PV}"