summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-08-23 06:25:28 +0100
committerSam James <sam@gentoo.org>2022-08-23 06:25:28 +0100
commit2a5cf72c583825bf3c96233c16e919e4fa138b53 (patch)
tree102a12729d8ecffa279b6d67c03c1a1c0cee12ca /app-forensics/yara
parentdev-python/yara-python: add 4.2.3 (diff)
downloadgentoo-2a5cf72c583825bf3c96233c16e919e4fa138b53.tar.gz
gentoo-2a5cf72c583825bf3c96233c16e919e4fa138b53.tar.bz2
gentoo-2a5cf72c583825bf3c96233c16e919e4fa138b53.zip
app-forensics/yara: HTTPSify HOMEPAGE
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-forensics/yara')
-rw-r--r--app-forensics/yara/yara-4.2.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-forensics/yara/yara-4.2.3.ebuild b/app-forensics/yara/yara-4.2.3.ebuild
index cf8905b87957..195e5d1d5843 100644
--- a/app-forensics/yara/yara-4.2.3.ebuild
+++ b/app-forensics/yara/yara-4.2.3.ebuild
@@ -6,7 +6,7 @@ EAPI=8
inherit autotools
DESCRIPTION="A malware identification and classification tool"
-HOMEPAGE="http://virustotal.github.io/yara/"
+HOMEPAGE="https://virustotal.github.io/yara/"
SRC_URI="https://github.com/virustotal/yara/archive/v${PV/_/-}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${PV/_/-}"