diff options
-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 6e1bfcf9bd..918f1048a2 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. +# 20180104 bkw: +# - Updated for 3.2.5. + # 20171222 bkw: # - Updated for 3.2.4. @@ -21,7 +24,7 @@ # supported as "gzdoom-legacy" for those that need them. PRGNAM=gzdoom -VERSION=${VERSION:-3.2.4} +VERSION=${VERSION:-3.2.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/games/gzdoom/gzdoom.info b/games/gzdoom/gzdoom.info index f8971a40f5..f45f83c32c 100644 --- a/games/gzdoom/gzdoom.info +++ b/games/gzdoom/gzdoom.info @@ -1,8 +1,8 @@ PRGNAM="gzdoom" -VERSION="3.2.4" +VERSION="3.2.5" HOMEPAGE="http://gzdoom.drdteam.org/" -DOWNLOAD="https://github.com/coelckers/gzdoom/archive/g3.2.4/gzdoom-g3.2.4.tar.gz" -MD5SUM="8e98809568f05394ea9f7ff372e66540" +DOWNLOAD="https://github.com/coelckers/gzdoom/archive/g3.2.5/gzdoom-g3.2.5.tar.gz" +MD5SUM="f7ea961ffbde2e71b33c80dc925fb547" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="SDL2 OpenAL" |