diff options
author | orbea <orbea@riseup.net> | 2024-03-10 08:34:24 -0700 |
---|---|---|
committer | orbea <orbea@riseup.net> | 2024-03-10 08:34:24 -0700 |
commit | 4aeb254dafeeab6c8a63e6c2597e066da3a504dc (patch) | |
tree | 6d287a0c3e81d117eb214ebfc070020b7e7548d1 /sec-keys | |
parent | dev-lang/rust: stabilize 1.74.1 for arm, x86 (diff) | |
download | libressl-4aeb254dafeeab6c8a63e6c2597e066da3a504dc.tar.gz libressl-4aeb254dafeeab6c8a63e6c2597e066da3a504dc.tar.bz2 libressl-4aeb254dafeeab6c8a63e6c2597e066da3a504dc.zip |
sec-keys/openpgp-keys-libressl: add 20240309, drop 20221212
Signed-off-by: orbea <orbea@riseup.net>
Diffstat (limited to 'sec-keys')
-rw-r--r-- | sec-keys/openpgp-keys-libressl/Manifest | 2 | ||||
-rw-r--r-- | sec-keys/openpgp-keys-libressl/openpgp-keys-libressl-20240309.ebuild (renamed from sec-keys/openpgp-keys-libressl/openpgp-keys-libressl-20221212.ebuild) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sec-keys/openpgp-keys-libressl/Manifest b/sec-keys/openpgp-keys-libressl/Manifest index 1d8de79..69dc746 100644 --- a/sec-keys/openpgp-keys-libressl/Manifest +++ b/sec-keys/openpgp-keys-libressl/Manifest @@ -1 +1 @@ -DIST libressl.asc 13356 BLAKE2B 45b878bbde176afd9f61764e5fc85be5a06d38f35ee6e24f76fa49210e62cf79ca22ba2f88d4f900809bacb849b509b3744f78bc88a5fadb644334d55ca7048f SHA512 9ee6edd8634a6327cce3dac7d20a831aafef63a3e2073837929a761cf7fd6735f83f13f240334d3ae85d23a1f4e0f74ba5f4b416887b152673ae8525a6c172e7 +DIST openpgp-keys-libressl-20240309.asc 18068 BLAKE2B 6204cfa9afb3fe644d86f9a9a10add1a9a598773a92b79187f8e9da42172f24854ac022fb40cc298120e7c91e181097ad661b5697757f520e9c72c5662f8148e SHA512 eb1a839904f30de678cc06327a60fe87bf94bb4698351598d7ae68b3a28ffef98b46171b86983004a2671495dd70ee96a8e6a1a5167e25f7b3857d4f72b4f39e diff --git a/sec-keys/openpgp-keys-libressl/openpgp-keys-libressl-20221212.ebuild b/sec-keys/openpgp-keys-libressl/openpgp-keys-libressl-20240309.ebuild index 3c4ff35..89c8ce5 100644 --- a/sec-keys/openpgp-keys-libressl/openpgp-keys-libressl-20221212.ebuild +++ b/sec-keys/openpgp-keys-libressl/openpgp-keys-libressl-20240309.ebuild @@ -5,7 +5,7 @@ EAPI=8 DESCRIPTION="OpenPGP keys used by the libressl project" HOMEPAGE="https://www.libressl.org/" -SRC_URI="https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl.asc" +SRC_URI="https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl.asc -> ${P}.asc" S=${WORKDIR} LICENSE="public-domain" |