diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-11-30 08:20:13 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-11-30 08:20:13 +0700 |
commit | 64cdd700e1113ba631a973a6f01e9aa166f46aeb (patch) | |
tree | 12a73b27b4fb9a4addb9e8f0bfef2b57d87ea00f /development/hub | |
parent | a5fae93d2edf416382703edced70fb8b9a42a09c (diff) | |
download | slackbuilds-64cdd700e1113ba631a973a6f01e9aa166f46aeb.tar.gz |
development/hub: Updated for version 2.2.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/hub')
-rw-r--r-- | development/hub/hub.SlackBuild | 2 | ||||
-rw-r--r-- | development/hub/hub.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/development/hub/hub.SlackBuild b/development/hub/hub.SlackBuild index f6f130783c..ef5f35346a 100644 --- a/development/hub/hub.SlackBuild +++ b/development/hub/hub.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=hub -VERSION=${VERSION:-2.2.1} +VERSION=${VERSION:-2.2.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/hub/hub.info b/development/hub/hub.info index 3eff293bc4..e9dddf8875 100644 --- a/development/hub/hub.info +++ b/development/hub/hub.info @@ -1,8 +1,8 @@ PRGNAM="hub" -VERSION="2.2.1" +VERSION="2.2.2" HOMEPAGE="https://github.com/github/hub" -DOWNLOAD="https://github.com/github/hub/archive/v2.2.1.tar.gz" -MD5SUM="889a31ee9d10ae9cb333480d8dbe881f" +DOWNLOAD="https://github.com/github/hub/archive/v2.2.2.tar.gz" +MD5SUM="7edc8f5b5d3c7c392ee191dd999596fc" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="google-go-lang" |