games/snes9x: Use long-format github URL.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2017-03-02 16:04:45 -05:00 committed by Willy Sudiarto Raharjo
parent 43592c4534
commit 01c92a2ecd
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
# 20161015 bkw: update for 1.54.1. script has changed enough that it
# can't build 1.53 any more.
@ -47,7 +49,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/$VERSION.tar.gz
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \

View file

@ -1,7 +1,7 @@
PRGNAM="snes9x"
VERSION="1.54.1"
HOMEPAGE="https://github.com/snes9xgit/snes9x"
DOWNLOAD="https://github.com/snes9xgit/snes9x/archive/1.54.1.tar.gz"
DOWNLOAD="https://github.com/snes9xgit/snes9x/archive/1.54.1/snes9x-1.54.1.tar.gz"
MD5SUM="ea8e97bbde690345b4d3b1af9facc1f0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""