diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-22 10:17:22 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-22 10:17:22 +0700 |
commit | b163669c4c756a20c499661c47bbb3d3e7191bb3 (patch) | |
tree | be9aeffc5f5af0301a83838fc5f38dda626aec00 /development | |
parent | 6a4920a6b419176a0283702ac5f33411a6367387 (diff) | |
download | slackbuilds-b163669c4c756a20c499661c47bbb3d3e7191bb3.tar.gz |
development/hub: Updated for version 2.14.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/hub/hub.SlackBuild | 4 | ||||
-rw-r--r-- | development/hub/hub.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/development/hub/hub.SlackBuild b/development/hub/hub.SlackBuild index ccc36b1761..033996d177 100644 --- a/development/hub/hub.SlackBuild +++ b/development/hub/hub.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for hub -# Copyright 2014-2017 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2014-2020 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=hub -VERSION=${VERSION:-2.13.0} +VERSION=${VERSION:-2.14.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/hub/hub.info b/development/hub/hub.info index da84ec085e..243d6607c0 100644 --- a/development/hub/hub.info +++ b/development/hub/hub.info @@ -1,8 +1,8 @@ PRGNAM="hub" -VERSION="2.13.0" +VERSION="2.14.1" HOMEPAGE="https://github.com/github/hub" -DOWNLOAD="https://github.com/github/hub/archive/v2.13.0/hub-2.13.0.tar.gz" -MD5SUM="fb4dbb4a14969fe5be86369efc151a6a" +DOWNLOAD="https://github.com/github/hub/archive/v2.14.1/hub-2.14.1.tar.gz" +MD5SUM="bc4be1a825b59b0914438c897f6ac8ed" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="google-go-lang" |