diff options
Diffstat (limited to 'textproc/go-yq/Makefile')
-rw-r--r-- | textproc/go-yq/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/go-yq/Makefile b/textproc/go-yq/Makefile index ca893c964758..275b8a421b79 100644 --- a/textproc/go-yq/Makefile +++ b/textproc/go-yq/Makefile @@ -1,6 +1,7 @@ PORTNAME= go-yq DISTVERSIONPREFIX= v -DISTVERSION= 4.45.4 +DISTVERSION= 4.47.1 +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= timp87@gmail.com @@ -10,7 +11,7 @@ WWW= https://github.com/mikefarah/yq LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.24,modules +USES= go:modules GO_MODULE= github.com/mikefarah/yq/v4 GO_TARGET= .:yq |