mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
games/opendune: Use long-format github URL.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
99dd46719a
commit
43592c4534
2 changed files with 4 additions and 2 deletions
|
@ -6,6 +6,8 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20170302 bkw: use long-format github URL
|
||||
|
||||
PRGNAM=opendune
|
||||
VERSION=${VERSION:-0.8}
|
||||
BUILD=${BUILD:-1}
|
||||
|
@ -46,7 +48,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $SRCNAM-$VERSION
|
||||
tar xvf $CWD/$VERSION.tar.gz || tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
|
||||
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
|
||||
cd $SRCNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PRGNAM="opendune"
|
||||
VERSION="0.8"
|
||||
HOMEPAGE="https://github.com/OpenDUNE/OpenDUNE"
|
||||
DOWNLOAD="https://github.com/OpenDUNE/OpenDUNE/archive/0.8.tar.gz"
|
||||
DOWNLOAD="https://github.com/OpenDUNE/OpenDUNE/archive/0.8/OpenDUNE-0.8.tar.gz"
|
||||
MD5SUM="4ea683910eefb065eda80c06d5a3077f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
Loading…
Reference in a new issue