diff options
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 \ |