diff options
Diffstat (limited to 'textproc/consul-template/Makefile')
-rw-r--r-- | textproc/consul-template/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/consul-template/Makefile b/textproc/consul-template/Makefile index 2b277cf08bc0..0478309eff40 100644 --- a/textproc/consul-template/Makefile +++ b/textproc/consul-template/Makefile @@ -1,6 +1,6 @@ PORTNAME= consul-template DISTVERSIONPREFIX= v -DISTVERSION= 0.40.0 +DISTVERSION= 0.41.1 PORTREVISION= 2 CATEGORIES= textproc @@ -10,7 +10,7 @@ WWW= https://github.com/hashicorp/consul-template LICENSE= MPL20 -USES= go:1.22,modules +USES= go:modules USE_RC_SUBR= consul-template GO_MODULE= github.com/hashicorp/consul-template |