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