diff options
Diffstat (limited to 'sysutils/hcloud/Makefile')
-rw-r--r-- | sysutils/hcloud/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/hcloud/Makefile b/sysutils/hcloud/Makefile index c9c7fcaad6ab..be63d4dec8a5 100644 --- a/sysutils/hcloud/Makefile +++ b/sysutils/hcloud/Makefile @@ -1,6 +1,6 @@ PORTNAME= hcloud DISTVERSIONPREFIX= v -DISTVERSION= 1.51.0 +DISTVERSION= 1.52.0 CATEGORIES= sysutils MAINTAINER= uzsolt@FreeBSD.org @@ -10,7 +10,7 @@ WWW= https://github.com/hetznercloud/cli LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:modules,1.23 +USES= go:modules,1.24 GO_MODULE= github.com/hetznercloud/cli GO_TARGET= ./cmd/hcloud |