diff options
Diffstat (limited to 'sysutils/hcloud/Makefile')
-rw-r--r-- | sysutils/hcloud/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/hcloud/Makefile b/sysutils/hcloud/Makefile index 3d8794ead730..be63d4dec8a5 100644 --- a/sysutils/hcloud/Makefile +++ b/sysutils/hcloud/Makefile @@ -1,7 +1,6 @@ PORTNAME= hcloud DISTVERSIONPREFIX= v -DISTVERSION= 1.51.0 -PORTREVISION= 1 +DISTVERSION= 1.52.0 CATEGORIES= sysutils MAINTAINER= uzsolt@FreeBSD.org @@ -11,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 |