summaryrefslogtreecommitdiff
path: root/net/hub/Makefile
diff options
context:
space:
mode:
authorleot <leot@pkgsrc.org>2019-04-14 19:11:44 +0000
committerleot <leot@pkgsrc.org>2019-04-14 19:11:44 +0000
commitc283ac579e770083d7c462308db67ec38df1db48 (patch)
tree88d81ef36c6899dbd5678fdcf377a8b5f00d05e8 /net/hub/Makefile
parentfc80c47e19838e61fb750ee7022e4ad0c41016b4 (diff)
downloadpkgsrc-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/hub/Makefile')
-rw-r--r--net/hub/Makefile5
1 files changed, 2 insertions, 3 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}