From 7758cc9138c40c085dcac8a15e20374b5ac18f15 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Wed, 14 Aug 2024 22:59:52 -0400 Subject: [PATCH] ipfs-cluster: rebuild for go-1.23.0 --- 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 465cd3d2930..f2600009130 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.12.1 -revision=3 +revision=4 build_style=go go_import_path="github.com/ipfs/ipfs-cluster" go_package="${go_import_path}/cmd/ipfs-cluster-ctl ${go_import_path}/cmd/ipfs-cluster-service"