diff options
author | leot <leot@pkgsrc.org> | 2019-06-15 15:28:11 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2019-06-15 15:28:11 +0000 |
commit | ddd05e35634342680b5a9f5ac7261555ab0ac331 (patch) | |
tree | af1ea6e40a392a9c0adf4b4132c9c66560bd1f3b /net/hub | |
parent | d85028e47112af9c0af1dbea165ae490c98c1070 (diff) | |
download | pkgsrc-ddd05e35634342680b5a9f5ac7261555ab0ac331.tar.gz |
hub: Update to 2.12.0
Changes:
2.12.0
------
## Features
* Add `hub pr show [<number>]` command to open a pull request in the browser
* Add `hub api --paginate` option to automatically fetch all pages of results
* Add `hub pull-request --no-maintainer-edits` flag to disallow project
maintainers being able to push to your branch
* `hub issue -M` can now accept milestone names instead of just numbers
* Abort `hub pull-request` with a helpful error message if the current branch
wasn't pushed to a git remote
* Drop support for legacy `hub.http-clone` git config value
## Fixes
* Fix querying git configuration when GIT_TRACE is used
* Support detached HEAD if `hub pull-request --head` was passed
* Fix newline in `hub create` error message
* Ensure HTTP connection reuse across API calls
Diffstat (limited to 'net/hub')
-rw-r--r-- | net/hub/Makefile | 7 | ||||
-rw-r--r-- | net/hub/distinfo | 10 |
2 files changed, 8 insertions, 9 deletions
diff --git a/net/hub/Makefile b/net/hub/Makefile index 3a5b9ffffa9..f253ce30f90 100644 --- a/net/hub/Makefile +++ b/net/hub/Makefile @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.25 2019/05/27 15:18:29 bsiegert Exp $ +# $NetBSD: Makefile,v 1.26 2019/06/15 15:28:11 leot Exp $ -DISTNAME= hub-2.11.2 -PKGREVISION= 2 +DISTNAME= hub-2.12.0 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=github/} GITHUB_TAG= v${PKGVERSION_NOREV} MAINTAINER= leot@NetBSD.org HOMEPAGE= https://hub.github.com/ -COMMENT= hub helps you win at git +COMMENT= Command-line tool that makes git easier to use with GitHub LICENSE= mit GO_DIST_BASE= ${DISTNAME} diff --git a/net/hub/distinfo b/net/hub/distinfo index a456f73d0a1..255780e503b 100644 --- a/net/hub/distinfo +++ b/net/hub/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.14 2019/04/14 19:11:44 leot Exp $ +$NetBSD: distinfo,v 1.15 2019/06/15 15:28:11 leot Exp $ -SHA1 (hub-2.11.2.tar.gz) = b4fc389fbc24f54e9d73d4175ec97b6b37aac226 -RMD160 (hub-2.11.2.tar.gz) = f5849f9c64edc5a195d8b1623f050ba7bc2405f2 -SHA512 (hub-2.11.2.tar.gz) = 3b8230d1ee6619c2fe502cd3a7ad04aeab4ca77a6251c4d50c87addad3e3cbb043c8c102b080cb7a528e1d72f1ac6a59d8ca1c024f15601aa35b74961590420d -Size (hub-2.11.2.tar.gz) = 1043892 bytes +SHA1 (hub-2.12.0.tar.gz) = c26b2401655e6a3bfe50ed31799bf8e95e8745b9 +RMD160 (hub-2.12.0.tar.gz) = e5022ea0ff49cd90c9e532b28e265684299cec29 +SHA512 (hub-2.12.0.tar.gz) = 5246070238e3c021b57e334989f01bde2b48c51a3a1bd8f419ea3e0bb9697048d1c8f58e2bfdac17ef3ed8996d6f1cd41a09f3d93c641c6eb404e0fcae9bae11 +Size (hub-2.12.0.tar.gz) = 1623350 bytes |