games/crispy-doom: Updated for version 7.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Lenard Spencer 2024-08-20 11:00:09 +07:00 committed by Willy Sudiarto Raharjo
parent 9d9ca4e9b9
commit 16f6b8a8ab
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=crispy-doom
VERSION=${VERSION:-6.0}
VERSION=${VERSION:-7.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -71,7 +71,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/$PRGNAM-$PRGNAM-$VERSION.tar.gz
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/$PRGNAM-$PRGNAM-$VERSION.tar.gz || exit 1
cd $PRGNAM-$PRGNAM-$VERSION
chown -R root:root .
find -L . \

View file

@ -1,8 +1,8 @@
PRGNAM="crispy-doom"
VERSION="6.0"
VERSION="7.0"
HOMEPAGE="https://www.chocolate-doom.org/wiki/index.php/Crispy_Doom"
DOWNLOAD="https://github.com/fabiangreffrath/crispy-doom/archive/crispy-doom-6.0/crispy-doom-crispy-doom-6.0.tar.gz"
MD5SUM="39e3166f08c8a3dd439ccde79b275cc3"
DOWNLOAD="https://github.com/fabiangreffrath/crispy-doom/archive/crispy-doom-7.0/crispy-doom-crispy-doom-7.0.tar.gz"
MD5SUM="8eeacdbde0387f3fdf2c5b90c5e6aa4c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""