summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-crypto/botan/botan_3.11.0.bb (renamed from meta-oe/recipes-crypto/botan/botan_3.10.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-crypto/botan/botan_3.10.0.bb b/meta-oe/recipes-crypto/botan/botan_3.11.0.bb
index dcc0e6aa77..e60d826459 100644
--- a/meta-oe/recipes-crypto/botan/botan_3.10.0.bb
+++ b/meta-oe/recipes-crypto/botan/botan_3.11.0.bb
@@ -1,12 +1,12 @@
1SUMMARY = "Crypto and TLS for C++11" 1SUMMARY = "Crypto and TLS for C++11"
2HOMEPAGE = "https://botan.randombit.net" 2HOMEPAGE = "https://botan.randombit.net"
3LICENSE = "BSD-2-Clause" 3LICENSE = "BSD-2-Clause"
4LIC_FILES_CHKSUM = "file://license.txt;md5=3f911cecfc74a2d9f1ead9a07bd92a6e" 4LIC_FILES_CHKSUM = "file://license.txt;md5=ed13158b71912fb101b89310b23b921f"
5SECTION = "libs" 5SECTION = "libs"
6 6
7SRC_URI = "https://botan.randombit.net/releases/Botan-${PV}.tar.xz \ 7SRC_URI = "https://botan.randombit.net/releases/Botan-${PV}.tar.xz \
8 file://run-ptest" 8 file://run-ptest"
9SRC_URI[sha256sum] = "fde194236f6d5434f136ea0a0627f6cc9d26af8b96e9f1e1c7d8c82cd90f4f24" 9SRC_URI[sha256sum] = "e8dd48556818da2c03a9a30932ad05db9e50b12fec90809301ecc64ea51bd11e"
10 10
11S = "${UNPACKDIR}/Botan-${PV}" 11S = "${UNPACKDIR}/Botan-${PV}"
12 12