Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/signify/
Date: Mon, 05 Sep 2022 05:23:29
Message-Id: 1662355380.6fb88b6ace65250247c689ba2a4fc0ab4c9808f6.mgorny@gentoo
1 commit: 6fb88b6ace65250247c689ba2a4fc0ab4c9808f6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 5 05:23:00 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 5 05:23:00 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fb88b6a
7
8 app-crypt/signify: Use HTTPS for HOMEPAGE
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-crypt/signify/signify-31.ebuild | 5 ++++-
13 1 file changed, 4 insertions(+), 1 deletion(-)
14
15 diff --git a/app-crypt/signify/signify-31.ebuild b/app-crypt/signify/signify-31.ebuild
16 index 9b491af44b8d..7f3e660468a9 100644
17 --- a/app-crypt/signify/signify-31.ebuild
18 +++ b/app-crypt/signify/signify-31.ebuild
19 @@ -7,7 +7,10 @@ VERIFY_SIG_METHOD="signify"
20 inherit toolchain-funcs verify-sig
21
22 DESCRIPTION="Cryptographically sign and verify files"
23 -HOMEPAGE="http://www.openbsd.org/ https://github.com/aperezdc/signify"
24 +HOMEPAGE="
25 + https://www.openbsd.org/
26 + https://github.com/aperezdc/signify/
27 +"
28 SRC_URI="
29 https://github.com/aperezdc/${PN}/releases/download/v${PV}/${P}.tar.xz
30 verify-sig? (