games-action/xblast: use HTTPS

Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
Michael Mair-Keimberger
2023-07-10 13:00:05 +02:00
committed by Conrad Kostecki
parent 6d8a5a240d
commit c1e5bb7ea4

View File

@@ -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[@]%:*}")"