mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
games/yamagi-quake2: Updated for version 5.23.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
69d5021952
commit
bfc3202d02
3 changed files with 12 additions and 12 deletions
|
@ -8,7 +8,7 @@ do:
|
|||
|
||||
Before playing, copy your Quake2 data files into the appropriate subdirectories
|
||||
of /usr/share/quake2. Please refer to the README files in
|
||||
/usr/doc/yamagi-quake2-5.22/ for details.
|
||||
/usr/doc/yamagi-quake2-5.23/ for details.
|
||||
|
||||
To get a reasonable default configuration, copy
|
||||
/usr/doc/yamagi-quake2-5.22/yq2.cfg to your baseq2 directory.
|
||||
/usr/doc/yamagi-quake2-5.23/yq2.cfg to your baseq2 directory.
|
||||
|
|
|
@ -25,13 +25,13 @@
|
|||
# Includes components from the Arch Linux AUR builds.
|
||||
|
||||
PRGNAM=yamagi-quake2
|
||||
VERSION=${VERSION:-5.22}
|
||||
VERSION=${VERSION:-5.23}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
CTFVER=${CTFVER:-1.02}
|
||||
XATRIXVER=${XATRIXVER:-2.00}
|
||||
ROGUEVER=${ROGUEVER:-1.07}
|
||||
XATRIXVER=${XATRIXVER:-2.01}
|
||||
ROGUEVER=${ROGUEVER:-2.00}
|
||||
|
||||
WITH_SDL2=${WITH_SDL2:-no}
|
||||
WITH_OPENAL=${WITH_OPENAL:-no}
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
PRGNAM="yamagi-quake2"
|
||||
VERSION="5.22"
|
||||
VERSION="5.23"
|
||||
HOMEPAGE="http://www.yamagi.org/quake2/"
|
||||
DOWNLOAD="http://deponie.yamagi.org/quake2/quake2-5.22.tar.xz \
|
||||
DOWNLOAD="http://deponie.yamagi.org/quake2/quake2-5.23.tar.xz \
|
||||
http://deponie.yamagi.org/quake2/quake2-ctf-1.02.tar.xz \
|
||||
http://deponie.yamagi.org/quake2/quake2-xatrix-2.00.tar.xz \
|
||||
http://deponie.yamagi.org/quake2/quake2-rogue-1.07.tar.xz"
|
||||
MD5SUM="ecadf56595ef7f3f310c1cf6c6954b64 \
|
||||
http://deponie.yamagi.org/quake2/quake2-xatrix-2.01.tar.xz \
|
||||
http://deponie.yamagi.org/quake2/quake2-rogue-2.00.tar.xz"
|
||||
MD5SUM="0d63ac57fb70f8c4f9b58cea262a8ced \
|
||||
cb54db38b0216d04f27b6ccb605679d0 \
|
||||
728199ad0038024dd8e20750bc9eb55d \
|
||||
d696bbac1e408062ff7885f67965c4a4"
|
||||
d8b43978c196bd426acde0efef870ebb \
|
||||
9b058f2821fddf8776561ab245cfff85"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue