summaryrefslogtreecommitdiffstats
path: root/games/gzdoom
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2017-03-24 02:38:21 -0400
committer David Spencer <idlemoor@slackbuilds.org>2017-03-26 02:15:17 +0100
commit30b8bc43c56c2e6483ea2dd80c806c494d12f325 (patch)
tree6db5c8d87d8c026d2cf3091b75ea944b4130a765 /games/gzdoom
parent9960da8169cbc3c3d96d6043688ad5eb414ee189 (diff)
downloadslackbuilds-30b8bc43c56c2e6483ea2dd80c806c494d12f325.tar.gz
slackbuilds-30b8bc43c56c2e6483ea2dd80c806c494d12f325.tar.xz
games/gzdoom: Updated for version 2.4.0.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/gzdoom')
-rw-r--r--games/gzdoom/README_versions.txt4
-rw-r--r--games/gzdoom/gzdoom.SlackBuild7
-rw-r--r--games/gzdoom/gzdoom.info6
3 files changed, 10 insertions, 7 deletions
diff --git a/games/gzdoom/README_versions.txt b/games/gzdoom/README_versions.txt
index 586f7efa41..5847cfca2e 100644
--- a/games/gzdoom/README_versions.txt
+++ b/games/gzdoom/README_versions.txt
@@ -4,9 +4,9 @@ of gzdoom. Supported versions:
1.8.09 - last version to use SDL1 (good for older/slower systems).
1.9.1 - last version to not require OpenGL 3.0 (good for nouveau).
-2.3.2 - latest version of gzdoom (best choice for fast modern systems).
+2.4.0 - latest version of gzdoom (best choice for fast modern systems).
-By default, 2.3.2 is built (as per the .info file). If you'd like to
+By default, 2.4.0 is built (as per the .info file). If you'd like to
try one of the others, download the source, save it in the SlackBuild
directory, and run gzdoom.SlackBuild with VERSION=1.8.09 or VERSION=1.9.1
set in the environment. If you use sbopkg, you can create a custom .info
diff --git a/games/gzdoom/gzdoom.SlackBuild b/games/gzdoom/gzdoom.SlackBuild
index d71615c7d6..c024f5d97e 100644
--- a/games/gzdoom/gzdoom.SlackBuild
+++ b/games/gzdoom/gzdoom.SlackBuild
@@ -6,6 +6,9 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20170324 bkw:
+# - Updated for 2.4.0.
+
# 20170207 bkw:
# - BUILD=2
# - Get rid of private fmodapi, now that the SBo fmodapi has been updated
@@ -49,8 +52,8 @@
# - Add WTFPL
PRGNAM=gzdoom
-VERSION=${VERSION:-2.3.2}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-2.4.0}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
diff --git a/games/gzdoom/gzdoom.info b/games/gzdoom/gzdoom.info
index b75429cdf7..503435a8f1 100644
--- a/games/gzdoom/gzdoom.info
+++ b/games/gzdoom/gzdoom.info
@@ -1,8 +1,8 @@
PRGNAM="gzdoom"
-VERSION="2.3.2"
+VERSION="2.4.0"
HOMEPAGE="http://gzdoom.drdteam.org/"
-DOWNLOAD="https://github.com/coelckers/gzdoom/archive/g2.3.2/gzdoom-g2.3.2.tar.gz"
-MD5SUM="5e270c82c4e3f7b1620199aee41f7b56"
+DOWNLOAD="https://github.com/coelckers/gzdoom/archive/g2.4.0/gzdoom-g2.4.0.tar.gz"
+MD5SUM="2337388b44cd206ddbb3a2c44c78d3cc"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="SDL2 fmodapi"