diff options
author | B. Watson <yalhcru@gmail.com> | 2018-06-23 19:20:32 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-06-30 07:00:16 +0700 |
commit | 4f95ff837a459cbeb435577b44f1eddff349035f (patch) | |
tree | 02071396a94d320b0fca0b2bd63ec5fe09207d8c /games | |
parent | 6ab55509bd47289ddb489c93bb29a8e41a869a79 (diff) | |
download | slackbuilds-4f95ff837a459cbeb435577b44f1eddff349035f.tar.gz |
games/gzdoom: Updated for version 3.4.1.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'games')
-rw-r--r-- | games/gzdoom/gzdoom.SlackBuild | 15 | ||||
-rw-r--r-- | games/gzdoom/gzdoom.info | 6 |
2 files changed, 8 insertions, 13 deletions
diff --git a/games/gzdoom/gzdoom.SlackBuild b/games/gzdoom/gzdoom.SlackBuild index 4011ec4943..ae210aae47 100644 --- a/games/gzdoom/gzdoom.SlackBuild +++ b/games/gzdoom/gzdoom.SlackBuild @@ -6,15 +6,10 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. -# 20180612 bkw: -# - Updated for 3.4.0. - -# 20180104 bkw: -# - Updated for 3.2.5. - -# 20171222 bkw: -# - Updated for 3.2.4. - +# 20180623 bkw: Updated for 3.4.1 (released the day after my 3.4.0 update). +# 20180612 bkw: Updated for 3.4.0. +# 20180104 bkw: Updated for 3.2.5. +# 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. @@ -27,7 +22,7 @@ # supported as "gzdoom-legacy" for those that need them. PRGNAM=gzdoom -VERSION=${VERSION:-3.4.0} +VERSION=${VERSION:-3.4.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/games/gzdoom/gzdoom.info b/games/gzdoom/gzdoom.info index 59a5bdda7d..9ae5e9b653 100644 --- a/games/gzdoom/gzdoom.info +++ b/games/gzdoom/gzdoom.info @@ -1,8 +1,8 @@ PRGNAM="gzdoom" -VERSION="3.4.0" +VERSION="3.4.1" HOMEPAGE="http://gzdoom.drdteam.org/" -DOWNLOAD="https://github.com/coelckers/gzdoom/archive/g3.4.0/gzdoom-g3.4.0.tar.gz" -MD5SUM="f7b8fdc62eba166caa2551bc3689956b" +DOWNLOAD="https://github.com/coelckers/gzdoom/archive/g3.4.1/gzdoom-g3.4.1.tar.gz" +MD5SUM="d3b240afaa9de1de4226090aa99d3714" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="SDL2 OpenAL" |