games/bastet: Use long-format github URL.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2017-03-01 15:57:29 -05:00 committed by Willy Sudiarto Raharjo
parent b6e42aae6b
commit 0823ca3ab8
2 changed files with 8 additions and 2 deletions

View file

@ -4,6 +4,12 @@
# Written by B. Watson (yalhcru@gmail.com)
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
# 20170301 bkw:
# - Add script license.
# - Use long-form github URL.
# 20140825 bkw:
# - update for 0.43.1
# - install binary in /usr/games instead of /usr/bin
@ -50,7 +56,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
unzip $CWD/$VERSION.zip || unzip $CWD/$PRGNAM-$VERSION.zip
unzip $CWD/$PRGNAM-$VERSION.zip
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \

View file

@ -1,7 +1,7 @@
PRGNAM="bastet"
VERSION="0.43.1"
HOMEPAGE="http://fph.altervista.org/prog/bastet.html"
DOWNLOAD="https://github.com/fph/bastet/archive/0.43.1.zip"
DOWNLOAD="https://github.com/fph/bastet/archive/0.43.1/bastet-0.43.1.zip"
MD5SUM="c85ae3df00c6da353306c26b02e364b9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""