summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-crypto/botan/botan_3.7.1.bb (renamed from meta-oe/recipes-crypto/botan/botan_3.6.1.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-crypto/botan/botan_3.6.1.bb b/meta-oe/recipes-crypto/botan/botan_3.7.1.bb
index c9f977bb4c..a9d080c9a5 100644
--- a/meta-oe/recipes-crypto/botan/botan_3.6.1.bb
+++ b/meta-oe/recipes-crypto/botan/botan_3.7.1.bb
@@ -1,11 +1,11 @@
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=573e74513ae3057b04757df65b537de0" 4LIC_FILES_CHKSUM = "file://license.txt;md5=3f911cecfc74a2d9f1ead9a07bd92a6e"
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"
8SRC_URI[sha256sum] = "7cb8575d88d232c77174769d7f9e24bb44444160585986eebd66e749cb9a9089" 8SRC_URI[sha256sum] = "fc0620463461caaea8e60f06711d7e437a3ad1eebd6de4ac29c14bbd901ccd1b"
9 9
10S = "${WORKDIR}/Botan-${PV}" 10S = "${WORKDIR}/Botan-${PV}"
11 11