diff options
author | leot <leot@pkgsrc.org> | 2019-04-14 19:11:44 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2019-04-14 19:11:44 +0000 |
commit | c283ac579e770083d7c462308db67ec38df1db48 (patch) | |
tree | 88d81ef36c6899dbd5678fdcf377a8b5f00d05e8 /net | |
parent | fc80c47e19838e61fb750ee7022e4ad0c41016b4 (diff) | |
download | pkgsrc-c283ac579e770083d7c462308db67ec38df1db48.tar.gz |
hub: Update to 2.11.2
Changes:
2.11.2
------
* Avoid crash in hub remote argument parsing
* Fix hub -C mydir merge <URL> by propagating global git arguments to Before/
After chains
* Preserve tilde ~ character in man pages
2.11.1
------
* Fix non-draft pull requests for certain repositories
2.11.0
------
* Create draft pull requests with hub pull-request --draft
Draft pull requests are considered work in progress: they don't
automatically request others for review and they are not mergeable while in
their draft state.
2.10.2
------
* Fix compatibility with git when run with no arguments: hub --git-dir=.git
* Fix issue/PR --format %L output in no-color mode
2.10.1
------
* Fix writing over existing cache files in hub api
* Allow repository names that start with a - character
* List api among custom hub commands in help
Diffstat (limited to 'net')
-rw-r--r-- | net/hub/Makefile | 5 | ||||
-rw-r--r-- | net/hub/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/net/hub/Makefile b/net/hub/Makefile index a8337010c19..5209ecfb97a 100644 --- a/net/hub/Makefile +++ b/net/hub/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2019/03/16 08:35:38 bsiegert Exp $ +# $NetBSD: Makefile,v 1.23 2019/04/14 19:11:44 leot Exp $ -DISTNAME= hub-2.10.0 -PKGREVISION= 2 +DISTNAME= hub-2.11.2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=github/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/net/hub/distinfo b/net/hub/distinfo index 6d90e277106..a456f73d0a1 100644 --- a/net/hub/distinfo +++ b/net/hub/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2019/02/24 13:14:43 leot Exp $ +$NetBSD: distinfo,v 1.14 2019/04/14 19:11:44 leot Exp $ -SHA1 (hub-2.10.0.tar.gz) = 812091dfc6acae8bb91348bd4873d14cede55b55 -RMD160 (hub-2.10.0.tar.gz) = 05fc6824f79351931d4b12e84d6dd3ada27a5411 -SHA512 (hub-2.10.0.tar.gz) = 6ded3a57f73fec226234e9b727d676a61a3312825c98cfb5d908ca45c163326352859a126e8b6c7f2e2302badc25a60c9c04c9184e4afab81c9f23d4555a045e -Size (hub-2.10.0.tar.gz) = 1042511 bytes +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 |