From 2a9442cb504178b847eb84987f65a9a9d4ad4c0a Mon Sep 17 00:00:00 2001 From: Alon Bar-Lev Date: Sat, 16 Mar 2019 20:22:48 +0200 Subject: app-crypt/ccrypt: fix URLs Closes: https://bugs.gentoo.org/show_bug.cgi?id=680474 Signed-off-by: Alon Bar-Lev Package-Manager: Portage-2.3.62, Repoman-2.3.11 --- app-crypt/ccrypt/ccrypt-1.10.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app-crypt/ccrypt') diff --git a/app-crypt/ccrypt/ccrypt-1.10.ebuild b/app-crypt/ccrypt/ccrypt-1.10.ebuild index 1b3edd99dceb..279e8559ec7f 100644 --- a/app-crypt/ccrypt/ccrypt-1.10.ebuild +++ b/app-crypt/ccrypt/ccrypt-1.10.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" DESCRIPTION="Encryption and decryption" -HOMEPAGE="https://ccrypt.sourceforge.net" -SRC_URI="http://ccrypt.sourceforge.net/download/${P}.tar.gz" +HOMEPAGE="https://sourceforge.net/projects/ccrypt/" +SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -- cgit v1.2.3-65-gdbad