diff options
-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 @@ | |||
1 | SUMMARY = "Crypto and TLS for C++11" | 1 | SUMMARY = "Crypto and TLS for C++11" |
2 | HOMEPAGE = "https://botan.randombit.net" | 2 | HOMEPAGE = "https://botan.randombit.net" |
3 | LICENSE = "BSD-2-Clause" | 3 | LICENSE = "BSD-2-Clause" |
4 | LIC_FILES_CHKSUM = "file://license.txt;md5=573e74513ae3057b04757df65b537de0" | 4 | LIC_FILES_CHKSUM = "file://license.txt;md5=3f911cecfc74a2d9f1ead9a07bd92a6e" |
5 | SECTION = "libs" | 5 | SECTION = "libs" |
6 | 6 | ||
7 | SRC_URI = "https://botan.randombit.net/releases/Botan-${PV}.tar.xz" | 7 | SRC_URI = "https://botan.randombit.net/releases/Botan-${PV}.tar.xz" |
8 | SRC_URI[sha256sum] = "7cb8575d88d232c77174769d7f9e24bb44444160585986eebd66e749cb9a9089" | 8 | SRC_URI[sha256sum] = "fc0620463461caaea8e60f06711d7e437a3ad1eebd6de4ac29c14bbd901ccd1b" |
9 | 9 | ||
10 | S = "${WORKDIR}/Botan-${PV}" | 10 | S = "${WORKDIR}/Botan-${PV}" |
11 | 11 | ||