diff options
-rw-r--r-- | games/gzdoom/gzdoom.SlackBuild | 3 | ||||
-rw-r--r-- | games/gzdoom/gzdoom.info | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/games/gzdoom/gzdoom.SlackBuild b/games/gzdoom/gzdoom.SlackBuild index d9559f2405..66061d64ca 100644 --- a/games/gzdoom/gzdoom.SlackBuild +++ b/games/gzdoom/gzdoom.SlackBuild @@ -6,6 +6,7 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20250126 bkw: updated for 4.14.0. # 20241124 bkw: updated for 4.13.2. # 20240805 bkw: updated for 4.12.2. # 20230810 bkw: add patch to fix build on -current (does no harm on 15.0). @@ -42,7 +43,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=gzdoom -VERSION=${VERSION:-4.13.2} +VERSION=${VERSION:-4.14.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/games/gzdoom/gzdoom.info b/games/gzdoom/gzdoom.info index 5d6f595206..7f63d3bc14 100644 --- a/games/gzdoom/gzdoom.info +++ b/games/gzdoom/gzdoom.info @@ -1,10 +1,10 @@ PRGNAM="gzdoom" -VERSION="4.13.2" +VERSION="4.14.0" HOMEPAGE="http://gzdoom.drdteam.org/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/coelckers/gzdoom/archive/g4.13.2/gzdoom-g4.13.2.tar.gz" -MD5SUM_x86_64="263611f21a3ff8dffa90e13456081363" +DOWNLOAD_x86_64="https://github.com/coelckers/gzdoom/archive/g4.14.0/gzdoom-g4.14.0.tar.gz" +MD5SUM_x86_64="46cf218de762f4de63d07e68ad3c3abc" REQUIRES="zmusic" MAINTAINER="B. Watson" EMAIL="urchlay@slackware.uk" |