games/marathon-infinity-data: Updated for version 20210408.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2021-10-10 16:47:35 -04:00 committed by Willy Sudiarto Raharjo
parent 5099f824e2
commit 1959b8678d
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 8 additions and 9 deletions

View File

@ -6,19 +6,18 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
# 20211010 bkw: update for 20210408
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=marathon-infinity-data
VERSION=${VERSION:-20200904}
VERSION=${VERSION:-20210408}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
ARCH=noarch
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
# the name of the created package would be, and then exit. This information
# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
@ -46,8 +45,8 @@ chown -R root:root $DATADIR
# NB: the usual find predicate is different (zipfile stores +x permissions
# on some files for no good reason)
find $DATADIR \
\( -type f -exec chmod 644 {} \; \) -o \
\( -type d -exec chmod 755 {} \; \)
\( -type f -exec chmod 644 {} \+ \) -o \
\( -type d -exec chmod 755 {} \+ \)
mkdir -p $PKG/usr/games
cat $CWD/$WRAPPER > $PKG/usr/games/$WRAPPER

View File

@ -1,8 +1,8 @@
PRGNAM="marathon-infinity-data"
VERSION="20200904"
VERSION="20210408"
HOMEPAGE="https://alephone.lhowon.org/"
DOWNLOAD="https://github.com/Aleph-One-Marathon/alephone/releases/download/release-20200904/MarathonInfinity-20200904-Data.zip"
MD5SUM="a64be0fff890c5712dd61efe5d264ba5"
DOWNLOAD="https://github.com/Aleph-One-Marathon/alephone/releases/download/release-20210408/MarathonInfinity-20210408-Data.zip"
MD5SUM="65f37366d47935c8041012af1fd945bd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="alephone"