diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2019-03-16 20:22:48 +0200 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2019-03-16 20:28:06 +0200 |
commit | 2a9442cb504178b847eb84987f65a9a9d4ad4c0a (patch) | |
tree | b0dbfe520b4f0c1128823fda51e6f330613e1086 /app-crypt | |
parent | net-misc/ntp: Security cleanup (diff) | |
download | gentoo-2a9442cb504178b847eb84987f65a9a9d4ad4c0a.tar.gz gentoo-2a9442cb504178b847eb84987f65a9a9d4ad4c0a.tar.bz2 gentoo-2a9442cb504178b847eb84987f65a9a9d4ad4c0a.zip |
app-crypt/ccrypt: fix URLs
Closes: https://bugs.gentoo.org/show_bug.cgi?id=680474
Signed-off-by: Alon Bar-Lev <alonbl@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/ccrypt/ccrypt-1.10.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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" |