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 ca893c964758..3d7940d4e52f 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 CATEGORIES= textproc MAINTAINER= timp87@gmail.com @@ -10,7 +10,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 |