diff options
Diffstat (limited to 'textproc/ytt/Makefile')
-rw-r--r-- | textproc/ytt/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/ytt/Makefile b/textproc/ytt/Makefile index 10f93474ad81..882c7c57b2b4 100644 --- a/textproc/ytt/Makefile +++ b/textproc/ytt/Makefile @@ -1,17 +1,17 @@ PORTNAME= ytt DISTVERSIONPREFIX= v -DISTVERSION= 0.49.0 -PORTREVISION= 8 +DISTVERSION= 0.52.0 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org COMMENT= YAML templating tool that works on YAML structure instead of text -WWW= https://carvel.dev/ytt/ +WWW= https://carvel.dev/ytt/ \ + https://github.com/carvel-dev/ytt LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.22,modules +USES= go:1.24,modules GO_MODULE= github.com/carvel-dev/ytt GO_TARGET= ./cmd/ytt/ |