diff options
-rw-r--r-- | meta-oe/recipes-crypto/monocypher/monocypher_4.0.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-crypto/monocypher/monocypher_4.0.2.bb b/meta-oe/recipes-crypto/monocypher/monocypher_4.0.2.bb index a601d88e7c..178f273ae6 100644 --- a/meta-oe/recipes-crypto/monocypher/monocypher_4.0.2.bb +++ b/meta-oe/recipes-crypto/monocypher/monocypher_4.0.2.bb | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENCE.md;md5=ff30a1c41dfd9e6fa559a9e45ee98302" | |||
9 | SRC_URI = "https://monocypher.org/download/${BPN}-${PV}.tar.gz" | 9 | SRC_URI = "https://monocypher.org/download/${BPN}-${PV}.tar.gz" |
10 | SRC_URI[sha512sum] = "bf275d4c53ff94af6cdc723a4e002e9f080f4d1436c86c76bb37870b34807f1d7b32331d8ff8a1aeb369e946f3769021e03e63efac25b82efc5abf54dc084714" | 10 | SRC_URI[sha512sum] = "bf275d4c53ff94af6cdc723a4e002e9f080f4d1436c86c76bb37870b34807f1d7b32331d8ff8a1aeb369e946f3769021e03e63efac25b82efc5abf54dc084714" |
11 | 11 | ||
12 | MIRRORS = "https://.*/.* https://github.com/LoupVaillant/Monocypher/releases/download/${PV}/${BPN}-${PV}.tar.gz " | 12 | MIRRORS =+ "https://.*/.* https://github.com/LoupVaillant/Monocypher/releases/download/${PV}/${BPN}-${PV}.tar.gz" |
13 | 13 | ||
14 | S = "${UNPACKDIR}/${BPN}-${PV}" | 14 | S = "${UNPACKDIR}/${BPN}-${PV}" |
15 | 15 | ||