summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2017-09-19 23:41:35 +0200
committer David Spencer2017-09-23 17:30:57 +0200
commite546c0ce574775664a846df2286a13fdc915ede0 (patch)
tree0f071e304f4f3120256be15dd5e913721f1d2b88
parent61964b9725ca711a512105c1c57f9dad037dd0fd (diff)
downloadslackbuilds-e546c0ce574775664a846df2286a13fdc915ede0.tar.gz
development/hub: Update MD5SUM.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--development/hub/hub.SlackBuild4
-rw-r--r--development/hub/hub.info4
2 files changed, 4 insertions, 4 deletions
diff --git a/development/hub/hub.SlackBuild b/development/hub/hub.SlackBuild
index 768cf3de55..94e4f6a86f 100644
--- a/development/hub/hub.SlackBuild
+++ b/development/hub/hub.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for hub
-# Copyright 2014-2016 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
+# Copyright 2014-2017 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -60,7 +60,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/v$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/development/hub/hub.info b/development/hub/hub.info
index 1d633cb8e1..5df37b2224 100644
--- a/development/hub/hub.info
+++ b/development/hub/hub.info
@@ -1,8 +1,8 @@
PRGNAM="hub"
VERSION="2.2.9"
HOMEPAGE="https://github.com/github/hub"
-DOWNLOAD="https://github.com/github/hub/archive/v2.2.9.tar.gz"
-MD5SUM="0469114903f572fe5290d46a0911288e"
+DOWNLOAD="https://github.com/github/hub/archive/v2.2.9/hub-2.2.9.tar.gz"
+MD5SUM="44b74ff789df3f0d197401b25ddb165d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="google-go-lang"