diff options
author | Marek Szuba <marecki@gentoo.org> | 2022-04-27 23:42:21 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2022-04-27 23:44:12 +0100 |
commit | 79e254ff2ac79d5fd715eb349eb93bd41c6e1720 (patch) | |
tree | 3fed956f5e1124b85cfdeb73633551571d040f7f /app-crypt/rainbowcrack | |
parent | media-radio/flmsg: Add comment for temporary use of internal lib. (diff) | |
download | gentoo-79e254ff2ac79d5fd715eb349eb93bd41c6e1720.tar.gz gentoo-79e254ff2ac79d5fd715eb349eb93bd41c6e1720.tar.bz2 gentoo-79e254ff2ac79d5fd715eb349eb93bd41c6e1720.zip |
app-crypt/rainbowcrack: update HOMEPAGE, SRC_URI
Upstream has broken https on their Web site again.
Closes: https://bugs.gentoo.org/841344
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-crypt/rainbowcrack')
-rw-r--r-- | app-crypt/rainbowcrack/rainbowcrack-1.8.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-crypt/rainbowcrack/rainbowcrack-1.8.ebuild b/app-crypt/rainbowcrack/rainbowcrack-1.8.ebuild index cffa5b85eb9b..647525cb2007 100644 --- a/app-crypt/rainbowcrack/rainbowcrack-1.8.ebuild +++ b/app-crypt/rainbowcrack/rainbowcrack-1.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,8 +6,8 @@ EAPI=7 inherit wrapper DESCRIPTION="Hash cracker that precomputes plaintext - ciphertext pairs in advance" -HOMEPAGE="https://project-rainbowcrack.com/" -SRC_URI="https://project-${PN}.com/${P}-linux64.zip" +HOMEPAGE="http://project-rainbowcrack.com/" +SRC_URI="http://project-${PN}.com/${P}-linux64.zip" LICENSE="all-rights-reserved" SLOT="0" |