diff options
Diffstat (limited to 'development')
-rw-r--r-- | development/hub/hub.SlackBuild | 4 | ||||
-rw-r--r-- | development/hub/hub.info | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/development/hub/hub.SlackBuild b/development/hub/hub.SlackBuild index 768cf3de55cc..94e4f6a86f33 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 1d633cb8e1c6..5df37b2224fd 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" |