From c1e5bb7ea4fbe115f01322c11b62afac0488b23e Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Mon, 10 Jul 2023 13:00:05 +0200 Subject: games-action/xblast: use HTTPS Signed-off-by: Michael Mair-Keimberger Signed-off-by: Conrad Kostecki --- games-action/xblast/xblast-2.10.4-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games-action/xblast') 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[@]%:*}")" -- cgit v1.2.3-65-gdbad