diff --git a/meta-oe/recipes-crypto/botan/botan_2.18.2.bb b/meta-oe/recipes-crypto/botan/botan_2.19.1.bb similarity index 87% rename from meta-oe/recipes-crypto/botan/botan_2.18.2.bb rename to meta-oe/recipes-crypto/botan/botan_2.19.1.bb index c41667b453..4b072fc5dc 100644 --- a/meta-oe/recipes-crypto/botan/botan_2.18.2.bb +++ b/meta-oe/recipes-crypto/botan/botan_2.19.1.bb @@ -1,11 +1,11 @@ SUMMARY = "Crypto and TLS for C++11" HOMEPAGE = "https://botan.randombit.net" LICENSE = "BSD-2-Clause" -LIC_FILES_CHKSUM = "file://license.txt;md5=a02e03c8fa2c5e7b9b3fcc1b9811fd3b" +LIC_FILES_CHKSUM = "file://license.txt;md5=f4ce98476c07c34e1793daa036960fad" SECTION = "libs" SRC_URI = "https://botan.randombit.net/releases/Botan-${PV}.tar.xz" -SRC_URI[sha256sum] = "541a3b13f1b9d30f977c6c1ae4c7bfdfda763cda6e44de807369dce79f42307e" +SRC_URI[sha256sum] = "e26e00cfefda64082afdd540d3c537924f645d6a674afed2cd171005deff5560" S = "${WORKDIR}/Botan-${PV}"