Skip to content

Commit bc40ffa

Browse files
authored
Merge pull request Homebrew#251928 from Homebrew/bump-ipfs-0.38.2
ipfs 0.38.2
2 parents 150088b + 0d147e7 commit bc40ffa

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/i/ipfs.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Ipfs < 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.38.1.tar.gz"
5-
sha256 "d8f0133a9c49c7dff6df1e04633bc0757d1663982f3b6f4ea01d54381f643d5e"
4+
url "https://github.com/ipfs/kubo/archive/refs/tags/v0.38.2.tar.gz"
5+
sha256 "2b0fa6b796aa86726a695e872d4854dd909a65234ea598e3c4a155cad3591fc6"
66
license all_of: [
77
"MIT",
88
any_of: ["MIT", "Apache-2.0"],
@@ -15,12 +15,12 @@ class Ipfs < Formula
1515
end
1616

1717
bottle do
18-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "2b46f615ddad2f3d354b045dc15162da141acd157b762d48c7f25935eaafc034"
19-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "2f08412a1fe66d9ff587ac9091aba5f5b4af25137a86f121c3702d7e090cc650"
20-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e4e21e688a40a28b8b464c823478a03698cfe273c4ba932f7d8f30866cd8d92c"
21-
sha256 cellar: :any_skip_relocation, sonoma: "dcb3b1a50f66eb4cf5b0be4266b7800f3abf2f48cc7a0be2bd7ef96e3b7cadde"
22-
sha256 cellar: :any_skip_relocation, arm64_linux: "50f6cf70532b7d444b30ddf80ed63ab21f041de1f2d8ae6a4088b325b398f667"
23-
sha256 cellar: :any_skip_relocation, x86_64_linux: "6612f6dafcfc0285566e996b8b35ce52528b37c7a14548b00bfb42bae25d80fc"
18+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "fdbf1c7546764548473ba4d44051f9f4ca76262866bd5a66811309a9babeeae8"
19+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "d547e1b4c5e681eacc98a4623d87b751689cdc90f6e083030d0f7f0fbf750a90"
20+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5ab0ca50790f216f0526e8de169ba8906d810f61ff0443652abb0f51ddf85109"
21+
sha256 cellar: :any_skip_relocation, sonoma: "bd2db00d38c159087a47e9d93c61b46adb2106f457192ee3d92ca7f6526350c9"
22+
sha256 cellar: :any_skip_relocation, arm64_linux: "034b42eb98e84f539d25b5492c9955e50f19f5aacee8d439a781525cec005b03"
23+
sha256 cellar: :any_skip_relocation, x86_64_linux: "f31d4d5137e8d2512cdeae0cecd761e8c466577db53d3a4f100007df89f5941b"
2424
end
2525

2626
depends_on "go" => :build

0 commit comments

Comments
 (0)