diff options
author | B. Watson <urchlay@slackware.uk> | 2023-07-14 22:06:52 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-15 17:30:16 +0700 |
commit | c60a9a12cbe50edc6f77c26fa598a814a5b95f9b (patch) | |
tree | 5963ca29c02995f53855424c5d35b4c8ab8bd983 /games | |
parent | 72cb41b6cbb88c4f8ff04940f05d974b0794185b (diff) |
games/prboom-plus: Updated for version 2.6.66.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-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 b440721fe9c7..7922635302ab 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 cbd81bec6508..0b35a74d52a7 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="" |