Skip to content

Commit f022315

Browse files
BrewTestBotdaeho-ro
authored andcommitted
kubo 0.40.0
1 parent bb5f4a2 commit f022315

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

Formula/k/kubo.rb

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Kubo < Formula
22
desc "Peer-to-peer hypermedia protocol"
33
homepage "https://docs.ipfs.tech/how-to/command-line-quick-start/"
4-
url "https://github.com/ipfs/kubo/archive/refs/tags/v0.39.0.tar.gz"
5-
sha256 "eb46fd70743049384a1b3ea8b07fa9c80db10811bc0bc64f0ba7e52d6c9d60bf"
4+
url "https://github.com/ipfs/kubo/archive/refs/tags/v0.40.0.tar.gz"
5+
sha256 "0640c0721a9e34688a8c16d793818dbae4d27f94a83534806fd7c332d7cafed2"
66
license all_of: [
77
"MIT",
88
any_of: ["MIT", "Apache-2.0"],
@@ -25,12 +25,6 @@ class Kubo < Formula
2525

2626
depends_on "go" => :build
2727

28-
# bump cockroachdb/swiss for Go 1.26 support, upstream pr ref, https://github.com/ipfs/kubo/pull/11124
29-
patch do
30-
url "https://github.com/ipfs/kubo/commit/ecf967de3a0ac32c0e2c4f2391518b64741376df.patch?full_index=1"
31-
sha256 "2ed099b25219f9fde686461e684ff8fbe26fb8ab66b2e6cb213975e84e82dee1"
32-
end
33-
3428
def install
3529
ldflags = "-s -w -X github.com/ipfs/kubo.CurrentCommit=#{tap.user}"
3630
system "go", "build", *std_go_args(ldflags:, output: bin/"ipfs"), "./cmd/ipfs"

0 commit comments

Comments
 (0)