Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/rainbowcrack/
Date: Wed, 27 Apr 2022 22:44:22
Message-Id: 1651099452.79e254ff2ac79d5fd715eb349eb93bd41c6e1720.marecki@gentoo
1 commit: 79e254ff2ac79d5fd715eb349eb93bd41c6e1720
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 27 22:42:21 2022 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 27 22:44:12 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79e254ff
7
8 app-crypt/rainbowcrack: update HOMEPAGE, SRC_URI
9
10 Upstream has broken https on their Web site again.
11
12 Closes: https://bugs.gentoo.org/841344
13 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
14
15 app-crypt/rainbowcrack/rainbowcrack-1.8.ebuild | 6 +++---
16 1 file changed, 3 insertions(+), 3 deletions(-)
17
18 diff --git a/app-crypt/rainbowcrack/rainbowcrack-1.8.ebuild b/app-crypt/rainbowcrack/rainbowcrack-1.8.ebuild
19 index cffa5b85eb9b..647525cb2007 100644
20 --- a/app-crypt/rainbowcrack/rainbowcrack-1.8.ebuild
21 +++ b/app-crypt/rainbowcrack/rainbowcrack-1.8.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2021 Gentoo Authors
24 +# Copyright 1999-2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -6,8 +6,8 @@ EAPI=7
29 inherit wrapper
30
31 DESCRIPTION="Hash cracker that precomputes plaintext - ciphertext pairs in advance"
32 -HOMEPAGE="https://project-rainbowcrack.com/"
33 -SRC_URI="https://project-${PN}.com/${P}-linux64.zip"
34 +HOMEPAGE="http://project-rainbowcrack.com/"
35 +SRC_URI="http://project-${PN}.com/${P}-linux64.zip"
36
37 LICENSE="all-rights-reserved"
38 SLOT="0"