1
1
class Ipfs < Formula
2
2
desc "Peer-to-peer hypermedia protocol"
3
3
homepage "https://docs.ipfs.tech/how-to/command-line-quick-start/"
4
- url "https://github.com/ipfs/kubo/archive/refs/tags/v0.33.2 .tar.gz"
5
- sha256 "0dcab7d932a7c613fe0421ba1a5a0c71138709c151610f57666a15d163c982b2 "
4
+ url "https://github.com/ipfs/kubo/archive/refs/tags/v0.34.0 .tar.gz"
5
+ sha256 "0294057f8b6c1246773b17eabbbfe68d76073df9809d0eb3c19cf238c0175e0b "
6
6
license all_of : [
7
7
"MIT" ,
8
8
any_of : [ "MIT" , "Apache-2.0" ] ,
@@ -15,12 +15,12 @@ class Ipfs < Formula
15
15
end
16
16
17
17
bottle do
18
- sha256 cellar : :any_skip_relocation , arm64_sequoia : "4d8402630fe2e3525db8d312c948f517dbe53bea144b820edc395af7335e04c5 "
19
- sha256 cellar : :any_skip_relocation , arm64_sonoma : "0f78d388fc0212cf8ae3312810ffd4791c9e21de5abb36bdf3da41e8b1833362 "
20
- sha256 cellar : :any_skip_relocation , arm64_ventura : "023544a2e99ea0fbb51fafc223ae7f118e4e9416bf36efc00e6dda8c6fcbc0ad "
21
- sha256 cellar : :any_skip_relocation , sonoma : "299dde4379e501d00353e2848c8b85800b513bfcc3e105b54c6fb8ef4e3586db "
22
- sha256 cellar : :any_skip_relocation , ventura : "ff9825ca14eaa62e0c24c0c17acb0db345e22d9c752666c96fe4e9a0b33d3235 "
23
- sha256 cellar : :any_skip_relocation , x86_64_linux : "3bad6f1dd371c42957eebd2aaa9edd91edec4cb37e70236558888ba2a705e1ca "
18
+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "8317f25311e67877f662a2044bd432703645e9ab2372fd990f19724970b0e22d "
19
+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "da2886c935dda907ddb4842c2f2a4d10863a614b6dada22752aed515a8f6701a "
20
+ sha256 cellar : :any_skip_relocation , arm64_ventura : "3e9578300561388b99c5ad7df004c154ed6b65c71ee93cac68820376858dab12 "
21
+ sha256 cellar : :any_skip_relocation , sonoma : "a4c1e505832c8da0508cc371ddb16e32710e03b6e4c7713d82d79d7f1191a11b "
22
+ sha256 cellar : :any_skip_relocation , ventura : "41aa87a0984c910ea3e8fdbbb5523901cb3e9d15a9255a40cecab411c09fbfee "
23
+ sha256 cellar : :any_skip_relocation , x86_64_linux : "0f19129b64d516a3a26aa2c4187177fa29f146a6b9ec3e6b081624982c7d3f11 "
24
24
end
25
25
26
26
depends_on "go" => :build
0 commit comments