diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-05-05 18:45:53 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-05-05 20:56:06 +0200 |
commit | f0663fa9c241e8cc8ac55806f74cff82c37d389f (patch) | |
tree | a1fff31524284578cbde6ed4c35f51ea3d2b9760 /app-forensics/foremost/foremost-1.5.7-r4.ebuild | |
parent | net-misc/gns3-server: remove old (diff) | |
download | gentoo-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/foremost/foremost-1.5.7-r4.ebuild')
-rw-r--r-- | app-forensics/foremost/foremost-1.5.7-r4.ebuild | 4 |
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" |