diff options
author | B. Watson <yalhcru@gmail.com> | 2018-10-22 19:27:33 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-03 07:46:56 +0700 |
commit | 71b4e9690e8133bc2da161d01dc956aa018230f3 (patch) | |
tree | d8451d571e8aa1033ef37a7a10cda7b60d57269e | |
parent | 90687eee9cb9a1bc9c9cf0da62a066ba32ce874a (diff) | |
download | slackbuilds-71b4e9690e8133bc2da161d01dc956aa018230f3.tar.gz |
games/gzdoom: Updated for version 3.6.0.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r-- | games/gzdoom/gzdoom.SlackBuild | 3 | ||||
-rw-r--r-- | games/gzdoom/gzdoom.info | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/games/gzdoom/gzdoom.SlackBuild b/games/gzdoom/gzdoom.SlackBuild index a8979099a4..509485b06d 100644 --- a/games/gzdoom/gzdoom.SlackBuild +++ b/games/gzdoom/gzdoom.SlackBuild @@ -6,6 +6,7 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20181022 bkw: Updated for 3.6.0. # 20180827 bkw: Updated for 3.5.1. # 20180801 bkw: Updated for 3.5.0. # 20180623 bkw: Updated for 3.4.1 (released the day after my 3.4.0 update). @@ -24,7 +25,7 @@ # supported as "gzdoom-legacy" for those that need them. PRGNAM=gzdoom -VERSION=${VERSION:-3.5.1} +VERSION=${VERSION:-3.6.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/games/gzdoom/gzdoom.info b/games/gzdoom/gzdoom.info index b730f174bf..40feb8391e 100644 --- a/games/gzdoom/gzdoom.info +++ b/games/gzdoom/gzdoom.info @@ -1,8 +1,8 @@ PRGNAM="gzdoom" -VERSION="3.5.1" +VERSION="3.6.0" HOMEPAGE="http://gzdoom.drdteam.org/" -DOWNLOAD="https://github.com/coelckers/gzdoom/archive/g3.5.1/gzdoom-g3.5.1.tar.gz" -MD5SUM="08d47830a191b1dd5e9d11e14e932b27" +DOWNLOAD="https://github.com/coelckers/gzdoom/archive/g3.6.0/gzdoom-g3.6.0.tar.gz" +MD5SUM="bd870239ffda682efdb516b5747ca547" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="SDL2 OpenAL" |