diff options
author | leot <leot@pkgsrc.org> | 2019-01-18 21:05:40 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2019-01-18 21:05:40 +0000 |
commit | 828a67d62fa3f9960cea91a3273a3ff35f93d9cc (patch) | |
tree | b7782c0271a2fc83c75f74186b0c7a0051e22dd2 /net/hub/Makefile | |
parent | 55637910717547a50ee71c26f0367567eaa005f1 (diff) | |
download | pkgsrc-828a67d62fa3f9960cea91a3273a3ff35f93d9cc.tar.gz |
hub: Update to 2.7.1
Changes:
2.7.1
-----
* Respect chosen Enterprise host on `hub init -g`
* Ensure consistent order of options when prompted to choose between
multiple configured GitHub hosts
* Ensure alphabetical sort of `hub issue labels` output
* Improve contrast of label text vs. its background color
* Various documentation formatting tweaks
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 5fe2d0ab7fa..7a1f727ce03 100644 --- a/net/hub/Makefile +++ b/net/hub/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2019/01/01 00:17:29 leot Exp $ +# $NetBSD: Makefile,v 1.16 2019/01/18 21:05:40 leot Exp $ -DISTNAME= hub-2.7.0 +DISTNAME= hub-2.7.1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=github/} GITHUB_TAG= v${PKGVERSION_NOREV} |