diff options
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 |
commit | 30b8bc43c56c2e6483ea2dd80c806c494d12f325 (patch) | |
tree | 6db5c8d87d8c026d2cf3091b75ea944b4130a765 /games/gzdoom/gzdoom.SlackBuild | |
parent | 9960da8169cbc3c3d96d6043688ad5eb414ee189 (diff) |
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/gzdoom.SlackBuild')
-rw-r--r-- | games/gzdoom/gzdoom.SlackBuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/games/gzdoom/gzdoom.SlackBuild b/games/gzdoom/gzdoom.SlackBuild index d71615c7d6b5..c024f5d97eb0 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 |