summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Andrews <candrews@gentoo.org>2018-11-02 16:08:07 -0400
committerCraig Andrews <candrews@gentoo.org>2018-11-02 16:08:07 -0400
commit4e6a1b34a384121bdc50113abc0ab6fd67b19596 (patch)
treebd3d617ea5b814f02b61caad1415edc34f687106 /app-crypt/johntheripper/johntheripper-1.7.9-r11.ebuild
parentnet-libs/gupnp: Python 3.7 support (diff)
downloadgentoo-4e6a1b34a384121bdc50113abc0ab6fd67b19596.tar.gz
gentoo-4e6a1b34a384121bdc50113abc0ab6fd67b19596.tar.bz2
gentoo-4e6a1b34a384121bdc50113abc0ab6fd67b19596.zip
app-crypt/johntheripper: Use https urls
Signed-off-by: Craig Andrews <candrews@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'app-crypt/johntheripper/johntheripper-1.7.9-r11.ebuild')
-rw-r--r--app-crypt/johntheripper/johntheripper-1.7.9-r11.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/app-crypt/johntheripper/johntheripper-1.7.9-r11.ebuild b/app-crypt/johntheripper/johntheripper-1.7.9-r11.ebuild
index b8eed231b1b6..916f7b51ca6e 100644
--- a/app-crypt/johntheripper/johntheripper-1.7.9-r11.ebuild
+++ b/app-crypt/johntheripper/johntheripper-1.7.9-r11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -11,10 +11,10 @@ MY_P="${MY_PN}-${PV}"
JUMBO="jumbo-7"
DESCRIPTION="fast password cracker"
-HOMEPAGE="http://www.openwall.com/john/"
+HOMEPAGE="https://www.openwall.com/john/"
-SRC_URI="http://www.openwall.com/john/g/${MY_P}.tar.bz2
- !minimal? ( http://www.openwall.com/john/g/${MY_P}-${JUMBO}.diff.gz )"
+SRC_URI="https://www.openwall.com/john/g/${MY_P}.tar.bz2
+ !minimal? ( https://www.openwall.com/john/g/${MY_P}-${JUMBO}.diff.gz )"
LICENSE="GPL-2"
SLOT="0"