games/open-adventure: Updated for version 1.8.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2019-12-11 14:16:34 -05:00 committed by Willy Sudiarto Raharjo
parent 77f0f7fa77
commit e79c0453de
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 7 additions and 6 deletions

View File

@ -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 {} \+

View File

@ -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"