diff options
Diffstat (limited to 'games-arcade/lbreakout/lbreakout-010315-r1.ebuild')
-rw-r--r-- | games-arcade/lbreakout/lbreakout-010315-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-arcade/lbreakout/lbreakout-010315-r1.ebuild b/games-arcade/lbreakout/lbreakout-010315-r1.ebuild index c9c02681cb30..1a9d5931aef9 100644 --- a/games-arcade/lbreakout/lbreakout-010315-r1.ebuild +++ b/games-arcade/lbreakout/lbreakout-010315-r1.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=8 @@ -8,7 +8,7 @@ inherit desktop toolchain-funcs DESCRIPTION="Breakout clone written with the SDL library" HOMEPAGE="https://lgames.sourceforge.io/LBreakout/" SRC_URI=" - mirror://sourceforge/lgames/${P}.tar.gz + https://downloads.sourceforge.net/lgames/${P}.tar.gz https://dev.gentoo.org/~ionen/distfiles/${PN}.png" LICENSE="GPL-2+" |