From 635f2a56af184f08bcdf622d0886388d618a8639 Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Sat, 25 Aug 2018 00:04:50 -0700 Subject: [PATCH] ipfs-cluster: rebuild for go 1.11 --- srcpkgs/ipfs-cluster/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ipfs-cluster/template b/srcpkgs/ipfs-cluster/template index 1fc1f5d7aa5..13ece934158 100644 --- a/srcpkgs/ipfs-cluster/template +++ b/srcpkgs/ipfs-cluster/template @@ -1,7 +1,7 @@ # Template file for 'ipfs-cluster' pkgname=ipfs-cluster version=0.4.0 -revision=1 +revision=2 build_style=go go_import_path="github.com/ipfs/ipfs-cluster" go_package="${go_import_path}/ipfs-cluster-ctl ${go_import_path}/ipfs-cluster-service"