games/supermariowar: Use long-format github URL.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2017-03-02 16:06:08 -05:00 committed by Willy Sudiarto Raharjo
parent acd5bafaad
commit 645d6bbdcc
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 4 additions and 2 deletions

View file

@ -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=supermariowar
VERSION=${VERSION:-2.0beta1}
BUILD=${BUILD:-2}
@ -46,7 +48,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$TARVER
tar xvf $CWD/$PRGNAM-$TARVER.tar.gz || tar xvf $CWD/v$TARVER.tar.gz
tar xvf $CWD/$PRGNAM-$TARVER.tar.gz
cd $PRGNAM-$TARVER
chown -R root:root .
find -L . \

View file

@ -1,7 +1,7 @@
PRGNAM="supermariowar"
VERSION="2.0beta1"
HOMEPAGE="https://github.com/mmatyas/supermariowar"
DOWNLOAD="https://github.com/mmatyas/supermariowar/archive/v2.0-beta.1.tar.gz"
DOWNLOAD="https://github.com/mmatyas/supermariowar/archive/v2.0-beta.1/supermariowar-2.0-beta.1.tar.gz"
MD5SUM="37084e687b54281fef862766f92a9481"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""