diff options
Diffstat (limited to 'games/gzdoom')
-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" |