mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
games/bastet: Use long-format github URL.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
b6e42aae6b
commit
0823ca3ab8
2 changed files with 8 additions and 2 deletions
|
@ -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 . \
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue