Skip to content

Commit f145a82

Browse files
BrewTestBotcarlocab
authored andcommitted
openapi: add 1.6.1 bottle.
1 parent c19b723 commit f145a82

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Formula/o/openapi.rb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)