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/hub/Makefile | |
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/hub/Makefile')
-rw-r--r-- | net/hub/Makefile | 5 |
1 files changed, 2 insertions, 3 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} |