From bfda647b5f476d0e459c9f487c052da9d8729c49 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Wed, 14 Aug 2024 23:01:47 -0400 Subject: [PATCH] go-ipfs: rebuild for go-1.23.0 --- srcpkgs/go-ipfs/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/go-ipfs/template b/srcpkgs/go-ipfs/template index 175373e9e6a..2a81f0cb206 100644 --- a/srcpkgs/go-ipfs/template +++ b/srcpkgs/go-ipfs/template @@ -1,7 +1,7 @@ # Template file for 'go-ipfs' pkgname=go-ipfs version=0.22.0 -revision=1 +revision=2 build_style=go go_import_path="github.com/ipfs/kubo" go_package="${go_import_path}/cmd/ipfs ${go_import_path}/cmd/ipfswatch"