File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,15 @@ class Burrow < Formula
66 license "Apache-2.0"
77 head "https://github.com/linkedin/Burrow.git" , branch : "master"
88
9+ bottle do
10+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "63c277d2114d19c72bcd48525fefa763e967cd35b0254f41b9fd1e7e4d320cf8"
11+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "0fd6704cb95d0e1812e76fa40e6668e1514d425f2c4f2e256153466cb5953c0f"
12+ sha256 cellar : :any_skip_relocation , arm64_ventura : "4e82bd82d515ddcec9ba8dc4644989438ae266b9a0b9d56254561d4999369c4d"
13+ sha256 cellar : :any_skip_relocation , sonoma : "00d6a0fe41ae667421f4b20d13cbedf294cbdd0201808195bfe788c70cdc1217"
14+ sha256 cellar : :any_skip_relocation , ventura : "b7ef8f3dc4e0da995455d8889a06b243a68fd850951286a43eae18c95731b467"
15+ sha256 cellar : :any_skip_relocation , x86_64_linux : "c5f3ab59d96b041b0ec3941520ea39accc326d4f1d7b3262fc9e4bae54e6b50f"
16+ end
17+
918 depends_on "go" => :build
1019
1120 def install
You can’t perform that action at this time.
0 commit comments