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