diff options
author | B. Watson <yalhcru@gmail.com> | 2017-12-22 02:49:38 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2017-12-27 18:09:36 -0600 |
commit | 40432e980615f8439b25c49a4084b3c348bfaedf (patch) | |
tree | f2a3916c1d671bff15cc62cc3ee0e0b79fa67f84 /games | |
parent | c135c8382ebdf102db8fba76e3db89b91c357f5a (diff) | |
download | slackbuilds-40432e980615f8439b25c49a4084b3c348bfaedf.tar.gz |
games/gzdoom: Updated for version 3.2.4.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'games')
-rw-r--r-- | games/gzdoom/gzdoom.SlackBuild | 5 | ||||
-rw-r--r-- | games/gzdoom/gzdoom.info | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/games/gzdoom/gzdoom.SlackBuild b/games/gzdoom/gzdoom.SlackBuild index b9f3a6a28d..6e1bfcf9bd 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. +# 20171222 bkw: +# - Updated for 3.2.4. + # 20170608 bkw: # - Updated for 3.1.0. fmodapi support has been removed by upstream, so # it's no longer a dep. @@ -18,7 +21,7 @@ # supported as "gzdoom-legacy" for those that need them. PRGNAM=gzdoom -VERSION=${VERSION:-3.1.0} +VERSION=${VERSION:-3.2.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/games/gzdoom/gzdoom.info b/games/gzdoom/gzdoom.info index f4f25921f8..f8971a40f5 100644 --- a/games/gzdoom/gzdoom.info +++ b/games/gzdoom/gzdoom.info @@ -1,8 +1,8 @@ PRGNAM="gzdoom" -VERSION="3.1.0" +VERSION="3.2.4" HOMEPAGE="http://gzdoom.drdteam.org/" -DOWNLOAD="https://github.com/coelckers/gzdoom/archive/g3.1.0/gzdoom-g3.1.0.tar.gz" -MD5SUM="fe69a6c2251a3a702660c70c71744362" +DOWNLOAD="https://github.com/coelckers/gzdoom/archive/g3.2.4/gzdoom-g3.2.4.tar.gz" +MD5SUM="8e98809568f05394ea9f7ff372e66540" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="SDL2 OpenAL" |