diff options
Diffstat (limited to 'games/marathon2-data')
-rw-r--r-- | games/marathon2-data/marathon2-data.SlackBuild | 11 | ||||
-rw-r--r-- | games/marathon2-data/marathon2-data.info | 6 |
2 files changed, 8 insertions, 9 deletions
diff --git a/games/marathon2-data/marathon2-data.SlackBuild b/games/marathon2-data/marathon2-data.SlackBuild index bfa033612604..933722331c13 100644 --- a/games/marathon2-data/marathon2-data.SlackBuild +++ b/games/marathon2-data/marathon2-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=marathon2-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 diff --git a/games/marathon2-data/marathon2-data.info b/games/marathon2-data/marathon2-data.info index 371b43b353f1..c065de8f71f3 100644 --- a/games/marathon2-data/marathon2-data.info +++ b/games/marathon2-data/marathon2-data.info @@ -1,8 +1,8 @@ PRGNAM="marathon2-data" -VERSION="20200904" +VERSION="20210408" HOMEPAGE="https://alephone.lhowon.org/" -DOWNLOAD="https://github.com/Aleph-One-Marathon/alephone/releases/download/release-20200904/Marathon2-20200904-Data.zip" -MD5SUM="b6878568d5b4c91dd6a79beb9d7f009a" +DOWNLOAD="https://github.com/Aleph-One-Marathon/alephone/releases/download/release-20210408/Marathon2-20210408-Data.zip" +MD5SUM="7b79ee9b56205627c82f4e2e8b8a8004" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="alephone" |