diff options
Diffstat (limited to 'net/grpcui/Makefile')
| -rw-r--r-- | net/grpcui/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/grpcui/Makefile b/net/grpcui/Makefile index c7d810e59810..13d99eae4926 100644 --- a/net/grpcui/Makefile +++ b/net/grpcui/Makefile @@ -1,7 +1,6 @@ PORTNAME= grpcui DISTVERSIONPREFIX= v -DISTVERSION= 1.5.0 -PORTREVISION= 12 +DISTVERSION= 1.5.1 CATEGORIES= net www MAINTAINER= yuri@FreeBSD.org @@ -11,7 +10,7 @@ WWW= https://github.com/fullstorydev/grpcui LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:modules +USES= go:1.24,modules GO_MODULE= github.com/fullstorydev/grpcui GO_TARGET= ./cmd/${PORTNAME} |
