From 9a1951e5d775fa068518619cb08b82508b3b6055 Mon Sep 17 00:00:00 2001 From: B. Watson Date: Sun, 10 Oct 2021 16:40:14 -0400 Subject: games/marathon-data: Updated for version 20210408. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- games/marathon-data/marathon-data.SlackBuild | 11 +++++------ games/marathon-data/marathon-data.info | 6 +++--- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/games/marathon-data/marathon-data.SlackBuild b/games/marathon-data/marathon-data.SlackBuild index f480f483c2..1c845c406a 100644 --- a/games/marathon-data/marathon-data.SlackBuild +++ b/games/marathon-data/marathon-data.SlackBuild @@ -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-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 @@ -45,8 +44,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/doc/$PRGNAM-$VERSION diff --git a/games/marathon-data/marathon-data.info b/games/marathon-data/marathon-data.info index 64b0b00acb..0ee3f37620 100644 --- a/games/marathon-data/marathon-data.info +++ b/games/marathon-data/marathon-data.info @@ -1,8 +1,8 @@ PRGNAM="marathon-data" -VERSION="20200904" +VERSION="20210408" HOMEPAGE="https://alephone.lhowon.org/" -DOWNLOAD="https://github.com/Aleph-One-Marathon/alephone/releases/download/release-20200904/Marathon-20200904-Data.zip" -MD5SUM="f608af955110a0681f284e823debe752" +DOWNLOAD="https://github.com/Aleph-One-Marathon/alephone/releases/download/release-20210408/Marathon-20210408-Data.zip" +MD5SUM="f3d4b264147eb497534ddb05671a34ac" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="alephone" -- cgit v1.2.3