diff options
Diffstat (limited to 'games-action/noiz2sa')
-rw-r--r-- | games-action/noiz2sa/noiz2sa-0.51a-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-action/noiz2sa/noiz2sa-0.51a-r2.ebuild b/games-action/noiz2sa/noiz2sa-0.51a-r2.ebuild index 068023a39b23..c67fce6ca468 100644 --- a/games-action/noiz2sa/noiz2sa-0.51a-r2.ebuild +++ b/games-action/noiz2sa/noiz2sa-0.51a-r2.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 @@ -7,7 +7,7 @@ inherit toolchain-funcs DESCRIPTION="Abstract Shooting Game" HOMEPAGE="https://www.asahi-net.or.jp/~cs8k-cyu/windows/noiz2sa_e.html https://sourceforge.net/projects/noiz2sa/" -SRC_URI="mirror://sourceforge/noiz2sa/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/noiz2sa/${P}.tar.gz" S="${WORKDIR}/${PN}/src" LICENSE="BSD" |