From bdeb99434a6faa36e2738a4f27d12ff70e5634dc Mon Sep 17 00:00:00 2001 From: Miroslav Šulc Date: Sat, 25 Sep 2021 08:58:45 +0200 Subject: media-sound/terminatorx: fixed fetching issue with 4.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/814563 Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Miroslav Šulc --- media-sound/terminatorx/terminatorx-4.1.0.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'media-sound/terminatorx') diff --git a/media-sound/terminatorx/terminatorx-4.1.0.ebuild b/media-sound/terminatorx/terminatorx-4.1.0.ebuild index 656edc4f99a2..3774d5dea080 100644 --- a/media-sound/terminatorx/terminatorx-4.1.0.ebuild +++ b/media-sound/terminatorx/terminatorx-4.1.0.ebuild @@ -7,8 +7,10 @@ inherit gnome2 MY_P=${P/terminatorx/terminatorX} DESCRIPTION="Realtime audio synthesizer allowing you to 'scratch' on sampled audio data" -HOMEPAGE="http://www.terminatorx.org/" -SRC_URI="http://www.terminatorx.org/dist/${MY_P}.tar.bz2" +HOMEPAGE="https://www.terminatorx.org/" +# this is the original location but there is an issue with their certificate so mirroring the file +#SRC_URI="https://www.terminatorx.org/dist/${MY_P}.tar.bz2" +SRC_URI="https://dev.gentoo.org/~fordfrog/distfiles/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -- cgit v1.2.3-65-gdbad