diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/gzdoom/README_versions.txt | 4 | ||||
-rw-r--r-- | games/gzdoom/gzdoom.SlackBuild | 7 | ||||
-rw-r--r-- | games/gzdoom/gzdoom.info | 6 |
3 files changed, 10 insertions, 7 deletions
diff --git a/games/gzdoom/README_versions.txt b/games/gzdoom/README_versions.txt index 586f7efa4177..5847cfca2e17 100644 --- a/games/gzdoom/README_versions.txt +++ b/games/gzdoom/README_versions.txt @@ -4,9 +4,9 @@ of gzdoom. Supported versions: 1.8.09 - last version to use SDL1 (good for older/slower systems). 1.9.1 - last version to not require OpenGL 3.0 (good for nouveau). -2.3.2 - latest version of gzdoom (best choice for fast modern systems). +2.4.0 - latest version of gzdoom (best choice for fast modern systems). -By default, 2.3.2 is built (as per the .info file). If you'd like to +By default, 2.4.0 is built (as per the .info file). If you'd like to try one of the others, download the source, save it in the SlackBuild directory, and run gzdoom.SlackBuild with VERSION=1.8.09 or VERSION=1.9.1 set in the environment. If you use sbopkg, you can create a custom .info diff --git a/games/gzdoom/gzdoom.SlackBuild b/games/gzdoom/gzdoom.SlackBuild index d71615c7d6b5..c024f5d97eb0 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. +# 20170324 bkw: +# - Updated for 2.4.0. + # 20170207 bkw: # - BUILD=2 # - Get rid of private fmodapi, now that the SBo fmodapi has been updated @@ -49,8 +52,8 @@ # - Add WTFPL PRGNAM=gzdoom -VERSION=${VERSION:-2.3.2} -BUILD=${BUILD:-2} +VERSION=${VERSION:-2.4.0} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then diff --git a/games/gzdoom/gzdoom.info b/games/gzdoom/gzdoom.info index b75429cdf732..503435a8f147 100644 --- a/games/gzdoom/gzdoom.info +++ b/games/gzdoom/gzdoom.info @@ -1,8 +1,8 @@ PRGNAM="gzdoom" -VERSION="2.3.2" +VERSION="2.4.0" HOMEPAGE="http://gzdoom.drdteam.org/" -DOWNLOAD="https://github.com/coelckers/gzdoom/archive/g2.3.2/gzdoom-g2.3.2.tar.gz" -MD5SUM="5e270c82c4e3f7b1620199aee41f7b56" +DOWNLOAD="https://github.com/coelckers/gzdoom/archive/g2.4.0/gzdoom-g2.4.0.tar.gz" +MD5SUM="2337388b44cd206ddbb3a2c44c78d3cc" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="SDL2 fmodapi" |