summaryrefslogtreecommitdiffstats
path: root/games/marathon-data
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2021-10-10 16:40:14 -0400
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2021-10-13 00:52:41 +0700
commit9a1951e5d775fa068518619cb08b82508b3b6055 (patch)
tree878b4d653b0d8dc19afe452588d7e0a87bcc1eee /games/marathon-data
parent8da7deef9f365a6176a447eab4e72a6efdfd1149 (diff)
downloadslackbuilds-9a1951e5d775fa068518619cb08b82508b3b6055.tar.gz
slackbuilds-9a1951e5d775fa068518619cb08b82508b3b6055.tar.xz
games/marathon-data: Updated for version 20210408.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/marathon-data')
-rw-r--r--games/marathon-data/marathon-data.SlackBuild11
-rw-r--r--games/marathon-data/marathon-data.info6
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"