mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
misc/hashkill: Fix github tarball handling.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
023145b52e
commit
618598e903
2 changed files with 2 additions and 2 deletions
|
@ -70,7 +70,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$VERSION.tar.gz || tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PRGNAM="hashkill"
|
||||
VERSION="0.3.1"
|
||||
HOMEPAGE="https://github.com/gat3way/hashkill"
|
||||
DOWNLOAD="http://github.com/gat3way/hashkill/archive/0.3.1.tar.gz"
|
||||
DOWNLOAD="https://github.com/gat3way/hashkill/archive/0.3.1/hashkill-0.3.1.tar.gz"
|
||||
MD5SUM="6a9ca282b2156fe340c583fdedc2fccb"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
Loading…
Reference in a new issue