11class 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.35 .0.tar.gz"
5- sha256 "973ff52e34903174c886494af755a393a456b13379883796ea268e9485fa9324 "
4+ url "https://github.com/ipfs/kubo/archive/refs/tags/v0.36 .0.tar.gz"
5+ sha256 "624c830b5ef33cfacc7de1bc9ce9f9e85d14cd79a37092484470b987f6e63b6b "
66 license all_of : [
77 "MIT" ,
88 any_of : [ "MIT" , "Apache-2.0" ] ,
@@ -15,13 +15,13 @@ class Ipfs < Formula
1515 end
1616
1717 bottle do
18- sha256 cellar : :any_skip_relocation , arm64_sequoia : "bf384e68ef94a7cdec0b4a0652aa4735c0320531051925ffaade48c6aef5a54b "
19- sha256 cellar : :any_skip_relocation , arm64_sonoma : "7cc067194e69d218c4afb30f3e1ed5d8d3f2c788037dc330e281053faa0e968d "
20- sha256 cellar : :any_skip_relocation , arm64_ventura : "854efaf46c811bf89ef06d0aa7819edbcfc56f19b5740180d598ff6e8b7aaf47 "
21- sha256 cellar : :any_skip_relocation , sonoma : "5be83fa15e74763ca3bd95659f4438a20ab82253a2ee4f8d5674b25f2eddb489 "
22- sha256 cellar : :any_skip_relocation , ventura : "2346a54b9295751f92b04f21dbff029b6b77793f6cf5dc794bb73160c86ceb88 "
23- sha256 cellar : :any_skip_relocation , arm64_linux : "05b251da3cd29753ee6140516bdb255081d0e5f27f3e1a8b1fe307b59fc54795 "
24- sha256 cellar : :any_skip_relocation , x86_64_linux : "5f1afc65000bef6d83bde5921723b8e5a3b731ba74200a5745649dd8bcf2218f "
18+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "938ac5ca4de605a7469763c5d0c415be83c7e8f9bac207f6ef8964b000cef1b3 "
19+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "6921f2976da898f4a794440cf49f66457faf0432f6535a7c3d278bbd129aa4bc "
20+ sha256 cellar : :any_skip_relocation , arm64_ventura : "13e92599a949ffbf3cbb1a802efdea1ca7d08485d308415a4b36dcc1b38af723 "
21+ sha256 cellar : :any_skip_relocation , sonoma : "ea3bbae0c90480e57af2c07a26a00e58310e63466ca7f50dd03fc49f529d56fa "
22+ sha256 cellar : :any_skip_relocation , ventura : "1fded615964e3d2511b509db839737777d55a70fbf7e168eb74accb09a8316d2 "
23+ sha256 cellar : :any_skip_relocation , arm64_linux : "9f842050ffcbce022a8a22355596e528825b5740c4c3f3f00bf108bdf20e1138 "
24+ sha256 cellar : :any_skip_relocation , x86_64_linux : "f567660e0ba645b884d36b5f5e62fb17d522057474cea8929420467c82e50252 "
2525 end
2626
2727 depends_on "go" => :build
0 commit comments