Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-forensics/yara/
Date: Tue, 23 Aug 2022 05:30:28
Message-Id: 1661232328.2a5cf72c583825bf3c96233c16e919e4fa138b53.sam@gentoo
1 commit: 2a5cf72c583825bf3c96233c16e919e4fa138b53
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 23 05:25:28 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 23 05:25:28 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a5cf72c
7
8 app-forensics/yara: HTTPSify HOMEPAGE
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-forensics/yara/yara-4.2.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-forensics/yara/yara-4.2.3.ebuild b/app-forensics/yara/yara-4.2.3.ebuild
16 index cf8905b87957..195e5d1d5843 100644
17 --- a/app-forensics/yara/yara-4.2.3.ebuild
18 +++ b/app-forensics/yara/yara-4.2.3.ebuild
19 @@ -6,7 +6,7 @@ EAPI=8
20 inherit autotools
21
22 DESCRIPTION="A malware identification and classification tool"
23 -HOMEPAGE="http://virustotal.github.io/yara/"
24 +HOMEPAGE="https://virustotal.github.io/yara/"
25 SRC_URI="https://github.com/virustotal/yara/archive/v${PV/_/-}.tar.gz -> ${P}.tar.gz"
26 S="${WORKDIR}/${PN}-${PV/_/-}"