File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,15 @@ class Openapi < Formula
66 license "MIT"
77 head "https://github.com/speakeasy-api/openapi.git" , branch : "main"
88
9+ bottle do
10+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "abde836a07dc5738b01357bbbacd940ebe2d44c865847de49cbd79926e4ffdb9"
11+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "abde836a07dc5738b01357bbbacd940ebe2d44c865847de49cbd79926e4ffdb9"
12+ sha256 cellar : :any_skip_relocation , arm64_ventura : "abde836a07dc5738b01357bbbacd940ebe2d44c865847de49cbd79926e4ffdb9"
13+ sha256 cellar : :any_skip_relocation , sonoma : "d4a892baf5ce8d9dd057fa4ec3aef81e50053a3b3da0c2df912fbd1ca0f80d04"
14+ sha256 cellar : :any_skip_relocation , ventura : "d4a892baf5ce8d9dd057fa4ec3aef81e50053a3b3da0c2df912fbd1ca0f80d04"
15+ sha256 cellar : :any_skip_relocation , x86_64_linux : "982630ddd89b591763d41cd0f31c2cede134f78f46aab1be6f111e01600aad9a"
16+ end
17+
918 depends_on "go" => :build
1019
1120 def install
You can’t perform that action at this time.
0 commit comments