diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-10 13:00:05 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-12 20:35:31 +0200 |
commit | c1e5bb7ea4fbe115f01322c11b62afac0488b23e (patch) | |
tree | 51043530ff00b5731e35f47646aa670883f504b3 /games-action | |
parent | games-action/wordwarvi: use HTTPS, fix LICENSE (diff) | |
download | gentoo-c1e5bb7ea4fbe115f01322c11b62afac0488b23e.tar.gz gentoo-c1e5bb7ea4fbe115f01322c11b62afac0488b23e.tar.bz2 gentoo-c1e5bb7ea4fbe115f01322c11b62afac0488b23e.zip |
games-action/xblast: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/xblast/xblast-2.10.4-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-action/xblast/xblast-2.10.4-r2.ebuild b/games-action/xblast/xblast-2.10.4-r2.ebuild index 0f7e212495eb..f49c19399404 100644 --- a/games-action/xblast/xblast-2.10.4-r2.ebuild +++ b/games-action/xblast/xblast-2.10.4-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ MY_GAMEDATA=( ) DESCRIPTION="Bomberman clone with network support for up to 6 players" -HOMEPAGE="http://xblast.sourceforge.net/" +HOMEPAGE="https://xblast.sourceforge.net/" SRC_URI=" mirror://sourceforge/xblast/${P}.tar.gz $(printf 'mirror://sourceforge/xblast/%s.tar.gz ' "${MY_GAMEDATA[@]%:*}")" |