diff options
author | Sam James <sam@gentoo.org> | 2023-10-30 11:08:14 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-30 11:28:40 +0000 |
commit | 9cd1346f799030f4d2a52eb597ca0c5d8e998f1a (patch) | |
tree | a18ffda36ca3cd3887d94ce4d5694329c3ea2b7b /app-crypt | |
parent | dev-lang/php: add 8.2.12, drop 8.2.11 (diff) | |
download | gentoo-9cd1346f799030f4d2a52eb597ca0c5d8e998f1a.tar.gz gentoo-9cd1346f799030f4d2a52eb597ca0c5d8e998f1a.tar.bz2 gentoo-9cd1346f799030f4d2a52eb597ca0c5d8e998f1a.zip |
app-crypt/rhash: HTTPSify HOMEPAGE
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/rhash/rhash-1.4.3.ebuild | 2 | ||||
-rw-r--r-- | app-crypt/rhash/rhash-1.4.4.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/rhash/rhash-1.4.3.ebuild b/app-crypt/rhash/rhash-1.4.3.ebuild index a4f72204edb2..18d58ce2d825 100644 --- a/app-crypt/rhash/rhash-1.4.3.ebuild +++ b/app-crypt/rhash/rhash-1.4.3.ebuild @@ -6,7 +6,7 @@ EAPI=8 inherit flag-o-matic toolchain-funcs multilib-minimal DESCRIPTION="Console utility and library for computing and verifying file hash sums" -HOMEPAGE="http://rhash.sourceforge.net/" +HOMEPAGE="https://rhash.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.gz" LICENSE="0BSD" diff --git a/app-crypt/rhash/rhash-1.4.4.ebuild b/app-crypt/rhash/rhash-1.4.4.ebuild index 15d4f0bd4ee6..1477056806af 100644 --- a/app-crypt/rhash/rhash-1.4.4.ebuild +++ b/app-crypt/rhash/rhash-1.4.4.ebuild @@ -6,7 +6,7 @@ EAPI=8 inherit flag-o-matic toolchain-funcs multilib-minimal DESCRIPTION="Console utility and library for computing and verifying file hash sums" -HOMEPAGE="http://rhash.sourceforge.net/" +HOMEPAGE="https://rhash.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.gz" LICENSE="0BSD" |