diff options
Diffstat (limited to 'textproc/go-yq/Makefile')
-rw-r--r-- | textproc/go-yq/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/textproc/go-yq/Makefile b/textproc/go-yq/Makefile index e0bf7914c3c1..bd7ec0db6b5c 100644 --- a/textproc/go-yq/Makefile +++ b/textproc/go-yq/Makefile @@ -1,16 +1,17 @@ -PORTNAME= go-yq +PORTNAME= go-yq DISTVERSIONPREFIX= v -DISTVERSION= 4.44.2 -PORTREVISION= 3 -CATEGORIES= textproc +DISTVERSION= 4.45.4 +PORTREVISION= 1 +CATEGORIES= textproc MAINTAINER= timp87@gmail.com COMMENT= Portable commandline YAML processor written in go WWW= https://github.com/mikefarah/yq LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.21,modules +USES= go:1.24,modules GO_MODULE= github.com/mikefarah/yq/v4 GO_TARGET= .:yq |