From e79c0453de261082ed78f5fc1498aa195bc00849 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 11 Dec 2019 14:16:34 -0500 Subject: games/open-adventure: Updated for version 1.8. Signed-off-by: B. Watson --- games/open-adventure/open-adventure.SlackBuild | 7 ++++--- games/open-adventure/open-adventure.info | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) (limited to 'games/open-adventure') diff --git a/games/open-adventure/open-adventure.SlackBuild b/games/open-adventure/open-adventure.SlackBuild index d854e29d96..d33724b1f2 100644 --- a/games/open-adventure/open-adventure.SlackBuild +++ b/games/open-adventure/open-adventure.SlackBuild @@ -6,6 +6,7 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20191211 bkw: Update for v1.8. # 20181203 bkw: Update for v1.6. # 20180114 bkw: @@ -14,7 +15,7 @@ # - New dependencies in .info file :( PRGNAM=open-adventure -VERSION=${VERSION:-1.6} +VERSION=${VERSION:-1.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -60,9 +61,9 @@ rm -rf $PRGNAM-$VERSION-* # downloads, but not gitlab. Also, notice the * in the 2nd filename # (and in the 'cd' below): I'm *not* hard-coding the full git hash here. tar xvf $CWD/archive.tar.bz2\?ref=$VERSION || -tar xvf $CWD/$PRGNAM-$VERSION-*.tar.bz2 +tar xvf $CWD/$PRGNAM-$VERSION*.tar.bz2 -cd $PRGNAM-$VERSION-* +cd $PRGNAM-$VERSION* chown -R root:root . find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \ \! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+ diff --git a/games/open-adventure/open-adventure.info b/games/open-adventure/open-adventure.info index 3f57630e40..11f158c55a 100644 --- a/games/open-adventure/open-adventure.info +++ b/games/open-adventure/open-adventure.info @@ -1,8 +1,8 @@ PRGNAM="open-adventure" -VERSION="1.6" +VERSION="1.8" HOMEPAGE="https://gitlab.com/esr/open-adventure" -DOWNLOAD="https://gitlab.com/esr/open-adventure/repository/archive.tar.bz2?ref=1.6" -MD5SUM="1fc85ce436f8a5f64f6c05c9359f0d7b" +DOWNLOAD="https://gitlab.com/esr/open-adventure/-/archive/1.8/open-adventure-1.8.tar.bz2" +MD5SUM="99a4af60e7b483b9d0cae107c44dbce5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="PyYAML libedit" -- cgit v1.2.3-80-g2a13