diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-01-27 10:29:58 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-27 10:29:58 +0100 |
commit | a0402615bdc69bf1b47600746c5140377e1a49fb (patch) | |
tree | ab8f1eeb3e0aba6e4eef733c9a3bb094c10aba7d | |
parent | dev-python/mkdocs-git-revision-date-localized-plugin: amd64 stable wrt bug #8... (diff) | |
download | gentoo-a0402615bdc69bf1b47600746c5140377e1a49fb.tar.gz gentoo-a0402615bdc69bf1b47600746c5140377e1a49fb.tar.bz2 gentoo-a0402615bdc69bf1b47600746c5140377e1a49fb.zip |
app-crypt/ophcrack-tables: use https
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r-- | app-crypt/ophcrack-tables/ophcrack-tables-1.0-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/ophcrack-tables/ophcrack-tables-1.0-r2.ebuild b/app-crypt/ophcrack-tables/ophcrack-tables-1.0-r2.ebuild index aa17736fffbf..62fa4d53da7b 100644 --- a/app-crypt/ophcrack-tables/ophcrack-tables-1.0-r2.ebuild +++ b/app-crypt/ophcrack-tables/ophcrack-tables-1.0-r2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DESCRIPTION="Tables available for ophcrack" -HOMEPAGE="http://ophcrack.sourceforge.net/" +HOMEPAGE="https://ophcrack.sourceforge.io" SRC_URI=" xpfast? ( mirror://sourceforge/ophcrack/tables_xp_free_fast.zip ) xpsmall? ( mirror://sourceforge/ophcrack/tables_xp_free_small.zip ) |