From e3b8faa136623972300110c9f8d1e1baaa8133d0 Mon Sep 17 00:00:00 2001 From: Kirill Date: Mon, 14 Aug 2023 19:34:13 +0400 Subject: [PATCH] ipfs-cluster: revbump for go 1.21 --- 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 b227681c64d..465cd3d2930 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=2 +revision=3 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"