diff options
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 |