summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2024-05-05 18:45:53 +0200
committerConrad Kostecki <conikost@gentoo.org>2024-05-05 20:56:06 +0200
commitf0663fa9c241e8cc8ac55806f74cff82c37d389f (patch)
treea1fff31524284578cbde6ed4c35f51ea3d2b9760 /app-forensics
parentnet-misc/gns3-server: remove old (diff)
downloadgentoo-f0663fa9c241e8cc8ac55806f74cff82c37d389f.tar.gz
gentoo-f0663fa9c241e8cc8ac55806f74cff82c37d389f.tar.bz2
gentoo-f0663fa9c241e8cc8ac55806f74cff82c37d389f.zip
app-forensics/foremost: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-forensics')
-rw-r--r--app-forensics/foremost/foremost-1.5.7-r4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-forensics/foremost/foremost-1.5.7-r4.ebuild b/app-forensics/foremost/foremost-1.5.7-r4.ebuild
index 3e049658452f..8175620881ee 100644
--- a/app-forensics/foremost/foremost-1.5.7-r4.ebuild
+++ b/app-forensics/foremost/foremost-1.5.7-r4.ebuild
@@ -6,10 +6,10 @@ EAPI=7
inherit toolchain-funcs prefix
DESCRIPTION="Console program to recover files based on their headers and footers"
-HOMEPAGE="http://foremost.sourceforge.net/"
+HOMEPAGE="https://foremost.sourceforge.net/"
#SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz"
# starting to hate sf.net ...
-SRC_URI="http://foremost.sourceforge.net/pkg/${P}.tar.gz"
+SRC_URI="https://foremost.sourceforge.net/pkg/${P}.tar.gz"
LICENSE="public-domain"
SLOT="0"