commit: 827f39e188ae174cca19336338fac4bf9ec9baac Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Mon Mar 20 21:31:59 2023 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sat Apr 1 19:16:12 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=827f39e1
app-crypt/md5deep: use HTTPS Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> app-crypt/md5deep/md5deep-4.4.ebuild | 4 ++-- 1 file 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}"
