diff options
-rw-r--r-- | games/prboom-plus/prboom-plus.SlackBuild | 3 | ||||
-rw-r--r-- | games/prboom-plus/prboom-plus.info | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/games/prboom-plus/prboom-plus.SlackBuild b/games/prboom-plus/prboom-plus.SlackBuild index b440721fe9..7922635302 100644 --- a/games/prboom-plus/prboom-plus.SlackBuild +++ b/games/prboom-plus/prboom-plus.SlackBuild @@ -7,6 +7,7 @@ # Original had no license. Modified version released under the WTFPL. See # http://www.wtfpl.net/txt/copying/ for details. +# 20230714 bkw: update for v2.6.66. SDL MIDI is still broken. # 20220622 bkw: update for v2.6.2, add missing doinst.sh. # 20211027 bkw: @@ -28,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=prboom-plus -VERSION=${VERSION:-2.6.2} +VERSION=${VERSION:-2.6.66} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/games/prboom-plus/prboom-plus.info b/games/prboom-plus/prboom-plus.info index cbd81bec65..0b35a74d52 100644 --- a/games/prboom-plus/prboom-plus.info +++ b/games/prboom-plus/prboom-plus.info @@ -1,8 +1,8 @@ PRGNAM="prboom-plus" -VERSION="2.6.2" +VERSION="2.6.66" HOMEPAGE="http://prboom-plus.sourceforge.net" -DOWNLOAD="https://github.com/coelckers/prboom-plus/archive/v2.6.2/prboom-plus-2.6.2.tar.gz" -MD5SUM="51a234bea2963b125be864ee6e74f539" +DOWNLOAD="https://github.com/coelckers/prboom-plus/archive/v2.6.66/prboom-plus-2.6.66.tar.gz" +MD5SUM="62b29843ba4ab1f442be8fe469ee523f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |