Skip to content

Commit 26afc36

Browse files
authored
Merge pull request #247492 from Homebrew/bump-ipfs-0.38.1
ipfs 0.38.1
2 parents 4c6357c + e1cadf7 commit 26afc36

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

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.0.tar.gz"
5-
sha256 "01ecdf041a62e08297982523bfe0792e7d7024dc720b406c2a934d3b097b9781"
4+
url "https://github.com/ipfs/kubo/archive/refs/tags/v0.38.1.tar.gz"
5+
sha256 "d8f0133a9c49c7dff6df1e04633bc0757d1663982f3b6f4ea01d54381f643d5e"
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: "2f9f1d356999b5417560e257a69fec27cb1850b1d99c2932ee546060f5645a11"
19-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "a6c9e043b45c143b0c0ece15ea5989dc812168143b7e0a8e27c026d70ee05705"
20-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "77e5850097be11e038cbdce6357ac502cc58f3431fed4b8d6ff44eb395e41f30"
21-
sha256 cellar: :any_skip_relocation, sonoma: "63849314073e297c7351424d9a429f5eab091c3ead430b6d1cd8de324edc95ef"
22-
sha256 cellar: :any_skip_relocation, arm64_linux: "8f4d8eba11f868498666bc895b82691debbc9f50208037232d70ebb7478f9c38"
23-
sha256 cellar: :any_skip_relocation, x86_64_linux: "b43e0e162c340d26d3ae8b979ae0ddb066254b0ae5fa927a57e9f1e5367a49c7"
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"
2424
end
2525

2626
depends_on "go" => :build

0 commit comments

Comments
 (0)