diff options
author | Lewis Cook <lcook@FreeBSD.org> | 2021-01-22 13:42:42 +0000 |
---|---|---|
committer | Lewis Cook <lcook@FreeBSD.org> | 2021-01-22 13:42:42 +0000 |
commit | b8661937b7d898ec4ce2ba5a180bca772835f70f (patch) | |
tree | 297c4cb4bd2407dda4d7949842088444c124154f /devel/gh/Makefile | |
parent | 4f1f74864512231932182097f6ec240a07b8cdbe (diff) | |
download | ports-b8661937b7d898ec4ce2ba5a180bca772835f70f.tar.gz ports-b8661937b7d898ec4ce2ba5a180bca772835f70f.zip |
devel/gh: Update to 1.5.0
Changes: https://github.com/cli/cli/releases/tag/v1.5.0
Approved by: fernape (co-mentor)
Differential Revision: https://reviews.freebsd.org/D28282
Notes
Notes:
svn path=/head/; revision=562306
Diffstat (limited to 'devel/gh/Makefile')
-rw-r--r-- | devel/gh/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/gh/Makefile b/devel/gh/Makefile index 9f94454390d3..711e72a97f07 100644 --- a/devel/gh/Makefile +++ b/devel/gh/Makefile @@ -2,7 +2,7 @@ PORTNAME= gh DISTVERSIONPREFIX= v -DISTVERSION= 1.4.0 +DISTVERSION= 1.5.0 CATEGORIES= devel MAINTAINER= lcook@FreeBSD.org @@ -17,11 +17,13 @@ USES= go:modules USE_GITHUB= yes GH_ACCOUNT= cli GH_PROJECT= ${GH_ACCOUNT} -GH_TUPLE= AlecAivazis:survey:v2.2.3:alecaivazis_survey_v2/vendor/github.com/AlecAivazis/survey/v2 \ +GH_TUPLE= AlecAivazis:survey:v2.2.7:alecaivazis_survey_v2/vendor/github.com/AlecAivazis/survey/v2 \ MakeNowJust:heredoc:v1.0.0:makenowjust_heredoc/vendor/github.com/MakeNowJust/heredoc \ alecthomas:chroma:v0.7.3:alecthomas_chroma/vendor/github.com/alecthomas/chroma \ briandowns:spinner:v1.11.1:briandowns_spinner/vendor/github.com/briandowns/spinner \ charmbracelet:glamour:1246d13c1684:charmbracelet_glamour/vendor/github.com/charmbracelet/glamour \ + cli:browser:v1.0.0:cli_browser/vendor/github.com/cli/browser \ + cli:oauth:v0.8.0:cli_oauth/vendor/github.com/cli/oauth \ cli:safeexec:v1.0.0:cli_safeexec/vendor/github.com/cli/safeexec \ cli:shurcooL-graphql:0f7232a2bf7e:cli_shurcool_graphql/vendor/github.com/shurcooL/graphql \ cpuguy83:go-md2man:v2.0.0:cpuguy83_go_md2man_v2/vendor/github.com/cpuguy83/go-md2man/v2 \ |