diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-04-17 18:18:27 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-05-09 00:56:14 +0200 |
commit | 208eb5743d92057063d1fefd7b76602d482d9e7f (patch) | |
tree | 157b8aa63676ca701e242bc52c708e5754c413ce /x11-misc/xfractint | |
parent | media-video/acidrip: update HOMEPAGE, SRC_URI, metadata (diff) | |
download | gentoo-208eb5743d92057063d1fefd7b76602d482d9e7f.tar.gz gentoo-208eb5743d92057063d1fefd7b76602d482d9e7f.tar.bz2 gentoo-208eb5743d92057063d1fefd7b76602d482d9e7f.zip |
x11-misc/xfractint: use HTTPS, fix SRC_URI
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11721
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-misc/xfractint')
-rw-r--r-- | x11-misc/xfractint/xfractint-20.04_p12.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-misc/xfractint/xfractint-20.04_p12.ebuild b/x11-misc/xfractint/xfractint-20.04_p12.ebuild index ba46f9dec381..c7793395883e 100644 --- a/x11-misc/xfractint/xfractint-20.04_p12.ebuild +++ b/x11-misc/xfractint/xfractint-20.04_p12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -8,8 +8,8 @@ inherit eutils toolchain-funcs MY_P=${P/_} DESCRIPTION="A fractal generator" -HOMEPAGE="http://www.fractint.org" -SRC_URI="http://www.fractint.org/ftp/current/linux/${MY_P}.tar.gz" +HOMEPAGE="https://www.fractint.org" +SRC_URI="https://www.fractint.org/ftp/old/linux/${MY_P}.tar.gz" LICENSE="freedist" SLOT="0" |