diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-09-20 04:41:35 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-09-23 16:30:57 +0100 |
commit | e546c0ce574775664a846df2286a13fdc915ede0 (patch) | |
tree | 0f071e304f4f3120256be15dd5e913721f1d2b88 | |
parent | 61964b9725ca711a512105c1c57f9dad037dd0fd (diff) | |
download | slackbuilds-e546c0ce574775664a846df2286a13fdc915ede0.tar.gz |
development/hub: Update MD5SUM.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 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" |