diff options
author | 2024-04-30 20:29:25 +0200 | |
---|---|---|
committer | 2024-04-30 20:29:25 +0200 | |
commit | c20f8c3acd684031787e58a8b4ed73bb3d118ee0 (patch) | |
tree | 79e9b92b4b36fd356dfdc4e2c542cdd8f6135ec1 /games-fps | |
parent | dev-scheme/sagittarius: fix cxxflags and tests (diff) | |
download | guru-c20f8c3acd684031787e58a8b4ed73bb3d118ee0.tar.gz guru-c20f8c3acd684031787e58a8b4ed73bb3d118ee0.tar.bz2 guru-c20f8c3acd684031787e58a8b4ed73bb3d118ee0.zip |
*/*: Inline mirror://sourceforge
See https://github.com/gentoo/gentoo/pull/36198 for the sed invocation.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/quakespasm/quakespasm-0.94.1.ebuild | 4 | ||||
-rw-r--r-- | games-fps/quakespasm/quakespasm-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games-fps/quakespasm/quakespasm-0.94.1.ebuild b/games-fps/quakespasm/quakespasm-0.94.1.ebuild index be3dcedba..c24a38b76 100644 --- a/games-fps/quakespasm/quakespasm-0.94.1.ebuild +++ b/games-fps/quakespasm/quakespasm-0.94.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ if [[ "${PV}" == "9999" ]]; then inherit git-r3 EGIT_REPO_URI="git://git.code.sf.net/p/quakespasm/quakespasm.git" else - SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz" KEYWORDS="~amd64" fi diff --git a/games-fps/quakespasm/quakespasm-9999.ebuild b/games-fps/quakespasm/quakespasm-9999.ebuild index be3dcedba..c24a38b76 100644 --- a/games-fps/quakespasm/quakespasm-9999.ebuild +++ b/games-fps/quakespasm/quakespasm-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ if [[ "${PV}" == "9999" ]]; then inherit git-r3 EGIT_REPO_URI="git://git.code.sf.net/p/quakespasm/quakespasm.git" else - SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz" KEYWORDS="~amd64" fi |