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 66061d64ca..d63f2ad3a8 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. +# 20250329 bkw: updated for 4.14.1. # 20250126 bkw: updated for 4.14.0. # 20241124 bkw: updated for 4.13.2. # 20240805 bkw: updated for 4.12.2. @@ -43,7 +44,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=gzdoom -VERSION=${VERSION:-4.14.0} +VERSION=${VERSION:-4.14.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/games/gzdoom/gzdoom.info b/games/gzdoom/gzdoom.info index 7f63d3bc14..a2b6657efb 100644 --- a/games/gzdoom/gzdoom.info +++ b/games/gzdoom/gzdoom.info @@ -1,10 +1,10 @@ PRGNAM="gzdoom" -VERSION="4.14.0" +VERSION="4.14.1" HOMEPAGE="http://gzdoom.drdteam.org/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/coelckers/gzdoom/archive/g4.14.0/gzdoom-g4.14.0.tar.gz" -MD5SUM_x86_64="46cf218de762f4de63d07e68ad3c3abc" +DOWNLOAD_x86_64="https://github.com/coelckers/gzdoom/archive/g4.14.1/gzdoom-g4.14.1.tar.gz" +MD5SUM_x86_64="dff1e031598d70f57147495fe78dd3ce" REQUIRES="zmusic" MAINTAINER="B. Watson" EMAIL="urchlay@slackware.uk" |