diff options
author | James Le Cuirot <chewi@gentoo.org> | 2019-08-04 19:41:10 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2019-08-04 19:41:55 +0100 |
commit | e7a644fb4af90e14d017f0d6089c85d55e325d72 (patch) | |
tree | 874143b970059a9841ff0752dd9001db9bba2c21 /app-crypt/rhash | |
parent | app-crypt/rhash: Drop old 1.3.7 (diff) | |
download | gentoo-e7a644fb4af90e14d017f0d6089c85d55e325d72.tar.gz gentoo-e7a644fb4af90e14d017f0d6089c85d55e325d72.tar.bz2 gentoo-e7a644fb4af90e14d017f0d6089c85d55e325d72.zip |
app-crypt/rhash: Fix broken HOMEPAGE
Closes: https://bugs.gentoo.org/691210
Package-Manager: Portage-2.3.70, Repoman-2.3.16
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'app-crypt/rhash')
-rw-r--r-- | app-crypt/rhash/rhash-1.3.6-r1.ebuild | 2 | ||||
-rw-r--r-- | app-crypt/rhash/rhash-1.3.8.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/rhash/rhash-1.3.6-r1.ebuild b/app-crypt/rhash/rhash-1.3.6-r1.ebuild index bc4994b4b6ee..688fbb852228 100644 --- a/app-crypt/rhash/rhash-1.3.6-r1.ebuild +++ b/app-crypt/rhash/rhash-1.3.6-r1.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit toolchain-funcs multilib-minimal DESCRIPTION="Console utility and library for computing and verifying file hash sums" -HOMEPAGE="http://rhash.anz.ru/" +HOMEPAGE="http://rhash.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.gz" LICENSE="MIT" diff --git a/app-crypt/rhash/rhash-1.3.8.ebuild b/app-crypt/rhash/rhash-1.3.8.ebuild index 39687089db10..d90710484a0c 100644 --- a/app-crypt/rhash/rhash-1.3.8.ebuild +++ b/app-crypt/rhash/rhash-1.3.8.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit toolchain-funcs multilib-minimal DESCRIPTION="Console utility and library for computing and verifying file hash sums" -HOMEPAGE="http://rhash.anz.ru/" +HOMEPAGE="http://rhash.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.gz" LICENSE="MIT" |