diff options
Diffstat (limited to 'media-sound/gstreamripper/gstreamripper-0.2.ebuild')
-rw-r--r-- | media-sound/gstreamripper/gstreamripper-0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/gstreamripper/gstreamripper-0.2.ebuild b/media-sound/gstreamripper/gstreamripper-0.2.ebuild index 5e95bb7b5d9b..98a7de6e4bf2 100644 --- a/media-sound/gstreamripper/gstreamripper-0.2.ebuild +++ b/media-sound/gstreamripper/gstreamripper-0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ MY_P=GStreamripperX-${PV} DESCRIPTION="A GTK+ toolkit based frontend for streamripper" HOMEPAGE="https://sourceforge.net/projects/gstreamripper/" -SRC_URI="mirror://sourceforge/gstreamripper/${MY_P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/gstreamripper/${MY_P}.tar.gz" S="${WORKDIR}/${MY_P}" LICENSE="GPL-2" |