diff options
Diffstat (limited to 'textproc/go-yq/Makefile')
-rw-r--r-- | textproc/go-yq/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/go-yq/Makefile b/textproc/go-yq/Makefile index bd7ec0db6b5c..275b8a421b79 100644 --- a/textproc/go-yq/Makefile +++ b/textproc/go-yq/Makefile @@ -1,6 +1,6 @@ PORTNAME= go-yq DISTVERSIONPREFIX= v -DISTVERSION= 4.45.4 +DISTVERSION= 4.47.1 PORTREVISION= 1 CATEGORIES= textproc @@ -11,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 |