diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-10 14:08:07 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-12 20:35:43 +0200 |
commit | 6a87ff384ccdd72938926590e5607d52351939db (patch) | |
tree | 9ab631a9d40a6ac39710c653004b5605040da550 /games-fps | |
parent | games-fps/duke3d-data: use HTTPS (diff) | |
download | gentoo-6a87ff384ccdd72938926590e5607d52351939db.tar.gz gentoo-6a87ff384ccdd72938926590e5607d52351939db.tar.bz2 gentoo-6a87ff384ccdd72938926590e5607d52351939db.zip |
games-fps/ezquake-bin: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/ezquake-bin/ezquake-bin-2.2-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-fps/ezquake-bin/ezquake-bin-2.2-r3.ebuild b/games-fps/ezquake-bin/ezquake-bin-2.2-r3.ebuild index d4d62ccdf6fe..986939eacade 100644 --- a/games-fps/ezquake-bin/ezquake-bin-2.2-r3.ebuild +++ b/games-fps/ezquake-bin/ezquake-bin-2.2-r3.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=7 @@ -8,7 +8,7 @@ inherit wrapper MY_FULL_PV=1.9.3 MY_PN="${PN/-bin/}" DESCRIPTION="Quakeworld client with mqwcl functionality and many more features" -HOMEPAGE="http://ezquake.sf.net/" +HOMEPAGE="https://ezquake.sourceforge.net/" SRC_URI=" amd64? ( mirror://sourceforge/${MY_PN}/${MY_PN}_linux-x86_64.${MY_FULL_PV}.tar.gz mirror://sourceforge/${MY_PN}/${MY_PN}_linux64_${PV}.tar.gz ) |