diff options
author | leot <leot@pkgsrc.org> | 2018-08-24 11:29:35 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2018-08-24 11:29:35 +0000 |
commit | 09d0b3e01811a21a755a07f744eae14ab8b58efd (patch) | |
tree | 4496fc6aae5af3ce50976eb4e630ecef1517c6b3 /net/hub/Makefile | |
parent | 622b9c0367cd955a93404c27fe314b5f2debfee6 (diff) | |
download | pkgsrc-09d0b3e01811a21a755a07f744eae14ab8b58efd.tar.gz |
hub: Update net/hub to 2.5.1
Changes:
2.5.1
-----
* `hub issue create`: ignore the `.github/ISSUE_TEMPLATE` directory instead of
crashing
* `hub pull-request`: avoid re-requesting reviewers in case of CODEOWNERS
* `hub ci-status`: handle cases when Checks API is unavailable, like older
GitHub Enterprise
* Handle HTTP 422 message format from server response
* Ignore crash for malformed `~/.config/hub` file
* Clarify `hub init -g` documentation that it doesn't imply `hub create`
* `hub clone`: add more documentation about git protocol used
Diffstat (limited to 'net/hub/Makefile')
-rw-r--r-- | net/hub/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/hub/Makefile b/net/hub/Makefile index 8e7e13c8076..a8c6a57d5e9 100644 --- a/net/hub/Makefile +++ b/net/hub/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2018/07/14 11:06:17 leot Exp $ +# $NetBSD: Makefile,v 1.10 2018/08/24 11:29:35 leot Exp $ -DISTNAME= hub-2.5.0 +DISTNAME= hub-2.5.1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=github/} GITHUB_TAG= v${PKGVERSION_NOREV} |