diff options
author | M.Dinslage <daedra1980@gmail.com> | 2012-06-25 21:25:31 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-06-25 21:25:31 -0400 |
commit | 3268ebcaa054b9c5b7efd78a77d2a121220a3c8f (patch) | |
tree | 16857850709ac84172d95a0beacc66e064d673e5 /games/ioquake3 | |
parent | a8744c6c388166c5ab2b553beeebc6a03cb9fa15 (diff) | |
download | slackbuilds-3268ebcaa054b9c5b7efd78a77d2a121220a3c8f.tar.gz |
games/ioquake3: Updated for version r2252.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'games/ioquake3')
-rw-r--r-- | games/ioquake3/ioquake3.SlackBuild | 8 | ||||
-rw-r--r-- | games/ioquake3/ioquake3.info | 11 |
2 files changed, 9 insertions, 10 deletions
diff --git a/games/ioquake3/ioquake3.SlackBuild b/games/ioquake3/ioquake3.SlackBuild index b935da101c..ed3394736c 100644 --- a/games/ioquake3/ioquake3.SlackBuild +++ b/games/ioquake3/ioquake3.SlackBuild @@ -5,18 +5,16 @@ # Written by M.Dinslage contact: daedra1980@gmail.com PRGNAM=ioquake3 -VERSION=r2187 +VERSION=r2252 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: # Changing this to BARCH since we want the Makefile building # the binaries as close to the binary releases as possible. if [ -z "$BARCH" ]; then case "$( uname -m )" in i?86) export BARCH=i486 ;; arm*) export BARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) export BARCH=$( uname -m ) ;; esac fi @@ -72,8 +70,8 @@ chmod 0755 $PKG/usr/games/ioquake3 # For some reason the installer doesn't seem to want to copy SMP executable # so we take care of it outselves :). Also lets change the .desktop file to # launch the SMP version. -# This seems to be obsolete now, but I am going to leave it here -# commented out for at least one more udpate "just incase" +# This seems to be obsolete now, but I am going to leave it here +# commented out for at least one more udpate "just incase" #if [ "${SMP:-NO}" = "NO" ]; then # SMP="" #else diff --git a/games/ioquake3/ioquake3.info b/games/ioquake3/ioquake3.info index 322f89c316..a707105164 100644 --- a/games/ioquake3/ioquake3.info +++ b/games/ioquake3/ioquake3.info @@ -1,12 +1,13 @@ PRGNAM="ioquake3" -VERSION="r2187" +VERSION="r2252" HOMEPAGE="http://ioquake3.org/" -DOWNLOAD="http://www.mostlyslack.com/quakestuff/ioquake3-r2187.tar.gz \ - http://www.mostlyslack.com/quakestuff/quake3-latest-pk3s.zip" -MD5SUM="9a80b29d83a7f947c7cd1d8337bebe52 \ +DOWNLOAD="http://dl.dropbox.com/u/85079539/ioquake3-r2252.tar.gz \ + http://files.matchlessgaming.com/misc/quake3-latest-pk3s.zip" +MD5SUM="04d0bbcee8e97a352bab2030648cd632 \ 308929f1a6b7068c9912c0759e3b0695" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="M.Dinslage" EMAIL="daedra1980@gmail.com" -APPROVED="dsomero,Erik Hanson" +APPROVED="dsomero" + |