games/yamagi-quake2: Updated for version 8.41
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d136c537ea
commit
9c72d2933f
|
@ -1,3 +1,5 @@
|
||||||
|
yamagi-quake2 (Yamagi Quake II Client)
|
||||||
|
|
||||||
This is an enhanced client for Id Software's legendary Quake II. It
|
This is an enhanced client for Id Software's legendary Quake II. It
|
||||||
focuses on single-player. Features include rock-solid stability and
|
focuses on single-player. Features include rock-solid stability and
|
||||||
AMD64 support.
|
AMD64 support.
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
# Slackware build script for yamagi-quake2
|
# Slackware build script for yamagi-quake2
|
||||||
|
|
||||||
# Copyright 2012 Dugan Chen Canada
|
# Copyright 2012 Dugan Chen Canada
|
||||||
|
# Copyright 2020-2025 Ruoh-Shoei LIN
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -27,14 +28,14 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=yamagi-quake2
|
PRGNAM=yamagi-quake2
|
||||||
VERSION=${VERSION:-8.20}
|
VERSION=${VERSION:-8.41}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
||||||
CTFVER=${CTFVER:-1.09}
|
CTFVER=${CTFVER:-1.10}
|
||||||
XATRIXVER=${XATRIXVER:-2.11}
|
XATRIXVER=${XATRIXVER:-2.13}
|
||||||
ROGUEVER=${ROGUEVER:-2.10}
|
ROGUEVER=${ROGUEVER:-2.12}
|
||||||
|
|
||||||
if [ -z "$ARCH" ]; then
|
if [ -z "$ARCH" ]; then
|
||||||
case "$( uname -m )" in
|
case "$( uname -m )" in
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
PRGNAM="yamagi-quake2"
|
PRGNAM="yamagi-quake2"
|
||||||
VERSION="8.20"
|
VERSION="8.41"
|
||||||
HOMEPAGE="https://www.yamagi.org/quake2/"
|
HOMEPAGE="https://www.yamagi.org/quake2/"
|
||||||
DOWNLOAD="https://deponie.yamagi.org/quake2/quake2-8.20.tar.xz \
|
DOWNLOAD="https://deponie.yamagi.org/quake2/quake2-8.41.tar.xz \
|
||||||
https://deponie.yamagi.org/quake2/quake2-ctf-1.09.tar.xz \
|
https://deponie.yamagi.org/quake2/quake2-ctf-1.10.tar.xz \
|
||||||
https://deponie.yamagi.org/quake2/quake2-xatrix-2.11.tar.xz \
|
https://deponie.yamagi.org/quake2/quake2-rogue-2.12.tar.xz \
|
||||||
https://deponie.yamagi.org/quake2/quake2-rogue-2.10.tar.xz"
|
https://deponie.yamagi.org/quake2/quake2-xatrix-2.13.tar.xz"
|
||||||
MD5SUM="8393f01070d673e72db38f016bf2d143 \
|
MD5SUM="81bf8e288273d365e7ca8d84405180f1 \
|
||||||
28e33d66f9dca09f80e8c7bcbc089a67 \
|
b2477d800e6ce9ac94bd5aeebef2908e \
|
||||||
219b8bde1fb818c03520d2b67be3a9a5 \
|
baf65829169d8587357b2ca47359f133 \
|
||||||
aa5054e19e54a7e59875cd07f733cd08"
|
2ff73925e493ddde8c52216e6dfd5f39"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in New Issue