diff options
author | James Le Cuirot <chewi@gentoo.org> | 2020-11-08 20:58:00 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2020-11-08 20:59:37 +0000 |
commit | 6b16592efa5280b4503e65937f0b14f6d3ad235e (patch) | |
tree | 6f708dd304bba095302d8d6629f3edc2e09b2a56 /games-server/ut2004-ded | |
parent | games-fps/ut2004-bonuspack-cbp2: ut2004.ut-files.com cert has expired (diff) | |
download | gentoo-6b16592efa5280b4503e65937f0b14f6d3ad235e.tar.gz gentoo-6b16592efa5280b4503e65937f0b14f6d3ad235e.tar.bz2 gentoo-6b16592efa5280b4503e65937f0b14f6d3ad235e.zip |
games-server/ut2004-ded: ut2004.ut-files.com cert has expired
I only used HTTPS because it worked before but it's now been 45 days
so I guess they're not renewing it in a hurry.
Closes: https://bugs.gentoo.org/753548
Package-Manager: Portage-3.0.9, Repoman-3.0.1
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-server/ut2004-ded')
-rw-r--r-- | games-server/ut2004-ded/ut2004-ded-3369.3-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-server/ut2004-ded/ut2004-ded-3369.3-r2.ebuild b/games-server/ut2004-ded/ut2004-ded-3369.3-r2.ebuild index 63f7dcb52408..2f6413ad120a 100644 --- a/games-server/ut2004-ded/ut2004-ded-3369.3-r2.ebuild +++ b/games-server/ut2004-ded/ut2004-ded-3369.3-r2.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 @@ -10,8 +10,8 @@ PATCH_P="ut2004-lnxpatch${PV%.*}-2.tar.bz2" DESCRIPTION="Unreal Tournament 2004 Linux Dedicated Server" HOMEPAGE="https://liandri.beyondunreal.com/Unreal_Tournament_2004" SRC_URI=" - https://ut2004.ut-files.com/Entire_Server_Download/${BONUSPACK_P} - https://ut2004.ut-files.com/Patches/Linux/${PATCH_P} + http://ut2004.ut-files.com/Entire_Server_Download/${BONUSPACK_P} + http://ut2004.ut-files.com/Patches/Linux/${PATCH_P} https://dev.gentoo.org/~chewi/distfiles/ut2004-v${PV/./-}-linux-dedicated.7z " |