mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
games/eduke32_shareware_data: Homepage and download URLs moved.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
7540074490
commit
b61336e0f4
2 changed files with 7 additions and 3 deletions
|
@ -6,6 +6,10 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20240520 bkw: old homepage and download URLs no longer work, thanks to
|
||||
# Maik Wagner for pointing this out. New download URL has a different
|
||||
# filename, but same md5sum. Not bumping BUILD for this.
|
||||
|
||||
# 20211108 bkw: BUILD=2
|
||||
# - fix typo in README, slack-desc.
|
||||
# - fix the text files: get rid of CRLFs, rename to lowercase, .doc => .txt.
|
||||
|
@ -36,7 +40,7 @@ cd $TMP
|
|||
rm -rf $PRGNAM-$VERSION
|
||||
mkdir $PRGNAM-$VERSION
|
||||
cd $PRGNAM-$VERSION
|
||||
unzip $CWD/3dduke13.zip DN3DSW13.SHR
|
||||
unzip $CWD/3dduke13SW.zip DN3DSW13.SHR
|
||||
unzip DN3DSW13.SHR
|
||||
chmod 0644 *
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PRGNAM="eduke32_shareware_data"
|
||||
VERSION="1.3"
|
||||
HOMEPAGE="https://3drealms.com/catalog/duke-nukem-3d_27/"
|
||||
DOWNLOAD="ftp://ftp.3drealms.com/share/3dduke13.zip"
|
||||
HOMEPAGE="https://legacy.3drealms.com/duke3d/"
|
||||
DOWNLOAD="http://dukertcm.com/knowledge-base/downloads-rtcm/duke3d-shareware/3dduke13SW.zip"
|
||||
MD5SUM="04e4ca70b8a2d59ed56c451c5c1d5d39"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
Loading…
Reference in a new issue