mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
games/open-adventure: Updated for version 1.8.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
77f0f7fa77
commit
e79c0453de
2 changed files with 7 additions and 6 deletions
|
@ -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 {} \+
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue