diff options
author | leot <leot@pkgsrc.org> | 2018-06-10 12:14:30 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2018-06-10 12:14:30 +0000 |
commit | 3c9728063a1f1a2d8e24bfe17d166cca23b0aba0 (patch) | |
tree | cf4e7c097bb962c6ca0e78816997b695fcbe5479 /net | |
parent | 706deeff9918a3947f4d79b811b2ffbc60709d3e (diff) | |
download | pkgsrc-3c9728063a1f1a2d8e24bfe17d166cca23b0aba0.tar.gz |
hub: Update net/hub to 2.4.0
Changes:
2.4.0
-----
### Features
* `hub delete [<OWNER>/]<REPO>`
* Add `hub compare --copy` flag
* Add `hub release --format=<FORMAT>` option
* Add `hub pull-request --no-edit` flag
* When checking out a pull request, ensure that `git push`with no arguments
works
* Support XDG Base Directory Specification
### Tweaks
* Enable `hub pr list -h <BRANCH>` when owner isn't specified
* Include `docs/` in list of locations to look up pull request and issue
templates in
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 4074dbeb974..c3d85a90ace 100644 --- a/net/hub/Makefile +++ b/net/hub/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2018/06/10 10:42:56 leot Exp $ +# $NetBSD: Makefile,v 1.7 2018/06/10 12:14:30 leot Exp $ -DISTNAME= hub-2.3.0 -PKGREVISION= 1 +DISTNAME= hub-2.4.0 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=github/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/net/hub/distinfo b/net/hub/distinfo index a35c8d2c8a3..62cca9a0fb8 100644 --- a/net/hub/distinfo +++ b/net/hub/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.3 2018/06/10 10:42:56 leot Exp $ +$NetBSD: distinfo,v 1.4 2018/06/10 12:14:30 leot Exp $ -SHA1 (hub-2.3.0.tar.gz) = 5e88d5f1226d21f129d844d7a2daaf72297fd040 -RMD160 (hub-2.3.0.tar.gz) = 9f1ce6f14d35f550e5bc3b7c845519cf5b5d9aac -SHA512 (hub-2.3.0.tar.gz) = 560b4efde80d9074111b2adcf7fe29ce751d2bc185d5e5f9a86b05dbc62f9df9d712a5684c8ff9acd73047d2eb99735beb087a69f23cf162a14488655fd77bdf -Size (hub-2.3.0.tar.gz) = 978882 bytes +SHA1 (hub-2.4.0.tar.gz) = 4b04365f84169eede7e1414838fde2017a869102 +RMD160 (hub-2.4.0.tar.gz) = 2bec11625461b6ca68632c9486bf9ded383c514f +SHA512 (hub-2.4.0.tar.gz) = 302a508b7353ed96f969d399d87cd395b5561490c41f46043969a49eaa997a63d2649b3f6f23a565f1b8c821f93c4db1b8c7104c85d0b08fc6d96f03e765f2f7 +Size (hub-2.4.0.tar.gz) = 984312 bytes SHA1 (patch-github_editor.go) = fa21efb055ea91c689eceb676548cf528a6aaefe |