diff options
author | B. Watson <yalhcru@gmail.com> | 2018-06-12 16:30:25 -0400 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-06-14 01:14:27 +0100 |
commit | 170804ac2803417fbdb292b432758f0bf5b3de17 (patch) | |
tree | b0362bdc07de1874a817edf498246bfd7178eb42 /games/gzdoom | |
parent | 04977a961145f790d0e5a6708540aa9773513876 (diff) |
games/gzdoom: Updated for version 3.4.0.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'games/gzdoom')
-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 918f1048a2f8..4011ec49436c 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. +# 20180612 bkw: +# - Updated for 3.4.0. + # 20180104 bkw: # - Updated for 3.2.5. @@ -24,7 +27,7 @@ # supported as "gzdoom-legacy" for those that need them. PRGNAM=gzdoom -VERSION=${VERSION:-3.2.5} +VERSION=${VERSION:-3.4.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/games/gzdoom/gzdoom.info b/games/gzdoom/gzdoom.info index f45f83c32ca7..59a5bdda7d86 100644 --- a/games/gzdoom/gzdoom.info +++ b/games/gzdoom/gzdoom.info @@ -1,8 +1,8 @@ PRGNAM="gzdoom" -VERSION="3.2.5" +VERSION="3.4.0" HOMEPAGE="http://gzdoom.drdteam.org/" -DOWNLOAD="https://github.com/coelckers/gzdoom/archive/g3.2.5/gzdoom-g3.2.5.tar.gz" -MD5SUM="f7ea961ffbde2e71b33c80dc925fb547" +DOWNLOAD="https://github.com/coelckers/gzdoom/archive/g3.4.0/gzdoom-g3.4.0.tar.gz" +MD5SUM="f7b8fdc62eba166caa2551bc3689956b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="SDL2 OpenAL" |