summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Andrew Clemons2021-08-14 02:51:22 +0200
committer Willy Sudiarto Raharjo2021-08-14 16:17:57 +0200
commit618598e9038bc1897a3b1ca31e97325a71699ed3 (patch)
treed7b3d49eeb08aa3d7db0ee1ff82a6eee7c13d380
parent023145b52e40f50045790889832f83a28eb0fa87 (diff)
downloadslackbuilds-618598e9038bc1897a3b1ca31e97325a71699ed3.tar.gz
misc/hashkill: Fix github tarball handling.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--misc/hashkill/hashkill.SlackBuild2
-rw-r--r--misc/hashkill/hashkill.info2
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/hashkill/hashkill.SlackBuild b/misc/hashkill/hashkill.SlackBuild
index 150ffacaf6..6135614805 100644
--- a/misc/hashkill/hashkill.SlackBuild
+++ b/misc/hashkill/hashkill.SlackBuild
@@ -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 . \
diff --git a/misc/hashkill/hashkill.info b/misc/hashkill/hashkill.info
index a86e8d75f2..c5ccffbd9b 100644
--- a/misc/hashkill/hashkill.info
+++ b/misc/hashkill/hashkill.info
@@ -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=""