diff options
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/md5deep/md5deep-4.4.ebuild | 4 |
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}" |