diff options
Diffstat (limited to 'devel/gh/Makefile')
-rw-r--r-- | devel/gh/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/gh/Makefile b/devel/gh/Makefile index 3744634a778b..e0bd9eed629a 100644 --- a/devel/gh/Makefile +++ b/devel/gh/Makefile @@ -1,10 +1,9 @@ PORTNAME= gh DISTVERSIONPREFIX= v -DISTVERSION= 2.64.0 -PORTREVISION= 3 +DISTVERSION= 2.72.0 CATEGORIES= devel -MAINTAINER= lcook@FreeBSD.org +MAINTAINER= dutra@FreeBSD.org COMMENT= GitHub's official command line tool WWW= https://cli.github.com @@ -13,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= git:devel/git -USES= go:1.22,modules +USES= go:1.23,modules _BUILD_VERSION= ${DISTVERSION} _BUILD_DATE= $$(date +%Y-%m-%d) |