diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2021-09-25 08:58:45 +0200 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2021-09-25 08:59:01 +0200 |
commit | bdeb99434a6faa36e2738a4f27d12ff70e5634dc (patch) | |
tree | e4845d3e7ceea00539ba7b1400fc3ed49aee8b75 /media-sound/terminatorx | |
parent | media-sound/yoshimi: fixed QA issue with compressed doc files in 2.1.0 (diff) | |
download | gentoo-bdeb99434a6faa36e2738a4f27d12ff70e5634dc.tar.gz gentoo-bdeb99434a6faa36e2738a4f27d12ff70e5634dc.tar.bz2 gentoo-bdeb99434a6faa36e2738a4f27d12ff70e5634dc.zip |
media-sound/terminatorx: fixed fetching issue with 4.1.0
Closes: https://bugs.gentoo.org/814563
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-sound/terminatorx')
-rw-r--r-- | media-sound/terminatorx/terminatorx-4.1.0.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
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" |