From ed03fea315ec193309991bf45a6748a0064b0292 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 24 May 2021 00:33:48 +0200 Subject: [PATCH] botan: upgrade 2.14.0 -> 2.18.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- .../recipes-crypto/botan/{botan_2.14.0.bb => botan_2.18.1.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-oe/recipes-crypto/botan/{botan_2.14.0.bb => botan_2.18.1.bb} (89%) diff --git a/meta-oe/recipes-crypto/botan/botan_2.14.0.bb b/meta-oe/recipes-crypto/botan/botan_2.18.1.bb similarity index 89% rename from meta-oe/recipes-crypto/botan/botan_2.14.0.bb rename to meta-oe/recipes-crypto/botan/botan_2.18.1.bb index 13b2c6649b..041eff039d 100644 --- a/meta-oe/recipes-crypto/botan/botan_2.14.0.bb +++ b/meta-oe/recipes-crypto/botan/botan_2.18.1.bb @@ -5,8 +5,7 @@ LIC_FILES_CHKSUM = "file://license.txt;md5=a02e03c8fa2c5e7b9b3fcc1b9811fd3b" SECTION = "libs" SRC_URI = "https://botan.randombit.net/releases/Botan-${PV}.tar.xz" -SRC_URI[md5sum] = "ebc68c08b99bbc4b4fc9bdbfad398b02" -SRC_URI[sha256sum] = "0c10f12b424a40ee19bde00292098e201d7498535c062d8d5b586d07861a54b5" +SRC_URI[sha256sum] = "f8c7b46222a857168a754a5cc329bb780504122b270018dda5304c98db28ae29" S = "${WORKDIR}/Botan-${PV}"