From 26f908ef4e3052217979a4463de60f7f87376617 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Fri, 30 Mar 2018 16:30:13 +0000 Subject: [PATCH] hcloud: rebuild with go-1.10.1 --- srcpkgs/hcloud/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/hcloud/template b/srcpkgs/hcloud/template index 289887fda2e..8ab185000d7 100644 --- a/srcpkgs/hcloud/template +++ b/srcpkgs/hcloud/template @@ -1,7 +1,7 @@ # Template file for 'hcloud' pkgname=hcloud version=1.3.1 -revision=2 +revision=3 wrksrc="cli-${version}" build_style=go go_import_path="github.com/hetznercloud/cli"