diff options
author | James Le Cuirot <chewi@gentoo.org> | 2024-05-22 21:40:35 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2024-05-22 21:41:00 +0100 |
commit | 8445658531a5aa2d62e4bbcebf87edbb998c7e3b (patch) | |
tree | d67af9c45558e5183b0ef85a332a122db0c71015 /games-fps | |
parent | net-libs/nodejs: Stabilize 20.12.1 arm, #930080 (diff) | |
download | gentoo-8445658531a5aa2d62e4bbcebf87edbb998c7e3b.tar.gz gentoo-8445658531a5aa2d62e4bbcebf87edbb998c7e3b.tar.bz2 gentoo-8445658531a5aa2d62e4bbcebf87edbb998c7e3b.zip |
games-fps/duke3d-data: Download the demo from archive.org
The old FTP server is still there but having permissions issues. FTP is far from
ideal these days anyway.
Closes: https://bugs.gentoo.org/932463
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/duke3d-data/duke3d-data-1.0-r5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-fps/duke3d-data/duke3d-data-1.0-r5.ebuild b/games-fps/duke3d-data/duke3d-data-1.0-r5.ebuild index 3f20abbff21c..feb57df50554 100644 --- a/games-fps/duke3d-data/duke3d-data-1.0-r5.ebuild +++ b/games-fps/duke3d-data/duke3d-data-1.0-r5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,8 +16,8 @@ inherit cdrom DESCRIPTION="Duke Nukem 3D (Atomic Edition) data files" HOMEPAGE="https://www.3drealms.com/" SRC_URI=" - demo? ( "ftp://ftp.3drealms.com/share/${MY_P_DEMO}.zip" ) - gog? ( "${MY_P_GOG}.sh" ) + demo? ( https://archive.org/download/3dduke13/${MY_P_DEMO}.zip ) + gog? ( ${MY_P_GOG}.sh ) " S="${WORKDIR}" |