summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2023-03-20 22:31:59 +0100
committerConrad Kostecki <conikost@gentoo.org>2023-04-01 21:16:12 +0200
commit827f39e188ae174cca19336338fac4bf9ec9baac (patch)
treeca62038c4fa79e64f5ed557185424674b703c1c9 /app-crypt/md5deep
parentapp-cdr/burncdda: use HTTPS (diff)
downloadgentoo-827f39e188ae174cca19336338fac4bf9ec9baac.tar.gz
gentoo-827f39e188ae174cca19336338fac4bf9ec9baac.tar.bz2
gentoo-827f39e188ae174cca19336338fac4bf9ec9baac.zip
app-crypt/md5deep: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-crypt/md5deep')
-rw-r--r--app-crypt/md5deep/md5deep-4.4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/md5deep/md5deep-4.4.ebuild b/app-crypt/md5deep/md5deep-4.4.ebuild
index 281022555627..dd3d03223bfe 100644
--- a/app-crypt/md5deep/md5deep-4.4.ebuild
+++ b/app-crypt/md5deep/md5deep-4.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -6,7 +6,7 @@ EAPI=8
inherit autotools
DESCRIPTION="Expanded md5sum program with recursive and comparison options"
-HOMEPAGE="http://md5deep.sourceforge.net/"
+HOMEPAGE="https://md5deep.sourceforge.net/"
SRC_URI="https://github.com/jessek/hashdeep/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/hashdeep-release-${PV}"