diff options
Diffstat (limited to 'media-sound/qsynth')
-rw-r--r-- | media-sound/qsynth/qsynth-0.9.13.ebuild | 2 | ||||
-rw-r--r-- | media-sound/qsynth/qsynth-0.9.90.ebuild | 2 | ||||
-rw-r--r-- | media-sound/qsynth/qsynth-9999.ebuild | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/media-sound/qsynth/qsynth-0.9.13.ebuild b/media-sound/qsynth/qsynth-0.9.13.ebuild index 4b6094e3e785..e030f127d687 100644 --- a/media-sound/qsynth/qsynth-0.9.13.ebuild +++ b/media-sound/qsynth/qsynth-0.9.13.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://git.code.sf.net/p/qsynth/code" inherit git-r3 else - SRC_URI="mirror://sourceforge/qsynth/${P}.tar.gz" + SRC_URI="https://downloads.sourceforge.net/qsynth/${P}.tar.gz" KEYWORDS="amd64 ppc ppc64 x86" fi diff --git a/media-sound/qsynth/qsynth-0.9.90.ebuild b/media-sound/qsynth/qsynth-0.9.90.ebuild index 9c11d8e94315..496e8129a1ca 100644 --- a/media-sound/qsynth/qsynth-0.9.90.ebuild +++ b/media-sound/qsynth/qsynth-0.9.90.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://git.code.sf.net/p/qsynth/code" inherit git-r3 else - SRC_URI="mirror://sourceforge/qsynth/${P}.tar.gz" + SRC_URI="https://downloads.sourceforge.net/qsynth/${P}.tar.gz" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" fi diff --git a/media-sound/qsynth/qsynth-9999.ebuild b/media-sound/qsynth/qsynth-9999.ebuild index ab43ec3a943b..496e8129a1ca 100644 --- a/media-sound/qsynth/qsynth-9999.ebuild +++ b/media-sound/qsynth/qsynth-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://git.code.sf.net/p/qsynth/code" inherit git-r3 else - SRC_URI="mirror://sourceforge/qsynth/${P}.tar.gz" + SRC_URI="https://downloads.sourceforge.net/qsynth/${P}.tar.gz" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" fi |