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 e5bd90b1b0..d9559f2405 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. +# 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). # 20230109 bkw: Updated for 4.10.0. Many thanks to fourtysixandtwo for @@ -41,7 +42,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=gzdoom -VERSION=${VERSION:-4.12.2} +VERSION=${VERSION:-4.13.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/games/gzdoom/gzdoom.info b/games/gzdoom/gzdoom.info index bc4ae00652..5d6f595206 100644 --- a/games/gzdoom/gzdoom.info +++ b/games/gzdoom/gzdoom.info @@ -1,10 +1,10 @@ PRGNAM="gzdoom" -VERSION="4.12.2" +VERSION="4.13.2" HOMEPAGE="http://gzdoom.drdteam.org/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/coelckers/gzdoom/archive/g4.12.2/gzdoom-g4.12.2.tar.gz" -MD5SUM_x86_64="53a3e0a2ca05d1330db0f09d5e076fa5" +DOWNLOAD_x86_64="https://github.com/coelckers/gzdoom/archive/g4.13.2/gzdoom-g4.13.2.tar.gz" +MD5SUM_x86_64="263611f21a3ff8dffa90e13456081363" REQUIRES="zmusic" MAINTAINER="B. Watson" EMAIL="urchlay@slackware.uk" |