diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2020-06-26 13:59:33 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-06-27 16:48:28 -0400 |
commit | dbf187e9d4baa181b9ece3b534f46ecab155cbf8 (patch) | |
tree | b9332e2cc5de88b31b0bb8e0630e6e255c8e3659 /games-strategy/warzone2100 | |
parent | games-roguelike/dwarf-fortress: use HTTPS (diff) | |
download | gentoo-dbf187e9d4baa181b9ece3b534f46ecab155cbf8.tar.gz gentoo-dbf187e9d4baa181b9ece3b534f46ecab155cbf8.tar.bz2 gentoo-dbf187e9d4baa181b9ece3b534f46ecab155cbf8.zip |
games-strategy/warzone2100: use HTTPS
Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16433
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'games-strategy/warzone2100')
-rw-r--r-- | games-strategy/warzone2100/warzone2100-3.2.3.ebuild | 2 | ||||
-rw-r--r-- | games-strategy/warzone2100/warzone2100-3.3.0.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/games-strategy/warzone2100/warzone2100-3.2.3.ebuild b/games-strategy/warzone2100/warzone2100-3.2.3.ebuild index 56daf63618e0..74fa50ea82f2 100644 --- a/games-strategy/warzone2100/warzone2100-3.2.3.ebuild +++ b/games-strategy/warzone2100/warzone2100-3.2.3.ebuild @@ -8,7 +8,7 @@ MY_PV=$(get_version_component_range -2) VIDEOS_PV=2.2 VIDEOS_P=${PN}-videos-${VIDEOS_PV}.wz DESCRIPTION="3D real-time strategy game" -HOMEPAGE="http://wz2100.net/" +HOMEPAGE="https://wz2100.net/" SRC_URI="mirror://sourceforge/warzone2100/${P}.tar.xz videos? ( mirror://sourceforge/warzone2100/warzone2100/Videos/${VIDEOS_PV}/high-quality-en/sequences.wz -> ${VIDEOS_P} )" diff --git a/games-strategy/warzone2100/warzone2100-3.3.0.ebuild b/games-strategy/warzone2100/warzone2100-3.3.0.ebuild index fe91974e0f39..8f0f5308698f 100644 --- a/games-strategy/warzone2100/warzone2100-3.3.0.ebuild +++ b/games-strategy/warzone2100/warzone2100-3.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ MY_PV="$(ver_cut 1-2)" VIDEOS_PV=2.2 VIDEOS_P="${PN}-videos-${VIDEOS_PV}.wz" DESCRIPTION="3D real-time strategy game" -HOMEPAGE="http://wz2100.net/" +HOMEPAGE="https://wz2100.net/" SRC_URI="mirror://sourceforge/warzone2100/${P}_src.tar.xz videos? ( mirror://sourceforge/warzone2100/warzone2100/Videos/${VIDEOS_PV}/high-quality-en/sequences.wz -> ${VIDEOS_P} )" |