diff options
Diffstat (limited to 'devel/gh/Makefile')
-rw-r--r-- | devel/gh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gh/Makefile b/devel/gh/Makefile index f318b2ea1198..9abdb930793d 100644 --- a/devel/gh/Makefile +++ b/devel/gh/Makefile @@ -1,6 +1,6 @@ PORTNAME= gh DISTVERSIONPREFIX= v -DISTVERSION= 2.74.0 +DISTVERSION= 2.76.2 CATEGORIES= devel MAINTAINER= dutra@FreeBSD.org @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= git:devel/git -USES= go:1.23,modules +USES= go:1.24,modules _BUILD_VERSION= ${DISTVERSION} _BUILD_DATE= $$(date +%Y-%m-%d) |