Skip to content

Commit

Permalink
sysutils/hcloud: update to 1.42.0
Browse files Browse the repository at this point in the history
Use go 1.21 because with 1.20 doesn't build.

Changelog: https://github.com/hetznercloud/cli/tags

Approved by:	diizzy (mentor)
Differential Revision:	https://reviews.freebsd.org/D43958
  • Loading branch information
Zsolt Udvari authored and Zsolt Udvari committed Feb 21, 2024
1 parent e74d301 commit 2d6cc30
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
5 changes: 2 additions & 3 deletions sysutils/hcloud/Makefile
@@ -1,7 +1,6 @@
PORTNAME= hcloud
DISTVERSIONPREFIX= v
DISTVERSION= 1.36.0
PORTREVISION= 4
DISTVERSION= 1.42.0
CATEGORIES= sysutils

MAINTAINER= uzsolt@FreeBSD.org
Expand All @@ -11,7 +10,7 @@ WWW= https://github.com/hetznercloud/cli
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

USES= go:modules
USES= go:modules,1.21

GO_MODULE= github.com/hetznercloud/cli
GO_TARGET= ./cmd/hcloud
Expand Down
10 changes: 5 additions & 5 deletions sysutils/hcloud/distinfo
@@ -1,5 +1,5 @@
TIMESTAMP = 1688229200
SHA256 (go/sysutils_hcloud/hcloud-v1.36.0/v1.36.0.mod) = 8d47c1708aac759d85a923e61d60eb4b3d7bfa20368cbf93c40ec3a1d5f48400
SIZE (go/sysutils_hcloud/hcloud-v1.36.0/v1.36.0.mod) = 1841
SHA256 (go/sysutils_hcloud/hcloud-v1.36.0/v1.36.0.zip) = 9b40446afdd358574362e8b1affb9ef5e767c5548ba28397598584fc6b585bc7
SIZE (go/sysutils_hcloud/hcloud-v1.36.0/v1.36.0.zip) = 299994
TIMESTAMP = 1708202951
SHA256 (go/sysutils_hcloud/hcloud-v1.42.0/v1.42.0.mod) = 08a3025f0e7ff66dff1074e5c8355f7cda819623cf253d58c21531ccea0e8b53
SIZE (go/sysutils_hcloud/hcloud-v1.42.0/v1.42.0.mod) = 1876
SHA256 (go/sysutils_hcloud/hcloud-v1.42.0/v1.42.0.zip) = 1c4fab714c3610386f8c293b776b5064a064d92bcb71f9a0bcbc76c5b127538c
SIZE (go/sysutils_hcloud/hcloud-v1.42.0/v1.42.0.zip) = 422909

0 comments on commit 2d6cc30

Please sign in to comment.