diff options
Diffstat (limited to 'games-fps/quakespasm/quakespasm-0.94.1.ebuild')
-rw-r--r-- | games-fps/quakespasm/quakespasm-0.94.1.ebuild | 4 |
1 files changed, 2 insertions, 2 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 |