Skip to content

Commit 31536d0

Browse files
authored
Merge pull request #249625 from Homebrew/bump-openapi-1.10.0
openapi 1.10.0
2 parents 6d56f07 + 72cc844 commit 31536d0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/o/openapi.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Openapi < Formula
22
desc "CLI tools for working with OpenAPI, Arazzo and Overlay specifications"
33
homepage "https://github.com/speakeasy-api/openapi"
4-
url "https://github.com/speakeasy-api/openapi/archive/refs/tags/v1.9.0.tar.gz"
5-
sha256 "e35ed3994102f81ab6c1fc294cad0f231407ca4beed8a1f46d68dff0cc75dfdb"
4+
url "https://github.com/speakeasy-api/openapi/archive/refs/tags/v1.10.0.tar.gz"
5+
sha256 "d9d1597ed916a81eddff920aa5a02b00978cc90c99cbc180ec94efd24830954c"
66
license "MIT"
77
head "https://github.com/speakeasy-api/openapi.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "e47599c407053923c4d6a539a3ded2ade5d656516a7d313bcda769021c5e6618"
11-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e47599c407053923c4d6a539a3ded2ade5d656516a7d313bcda769021c5e6618"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e47599c407053923c4d6a539a3ded2ade5d656516a7d313bcda769021c5e6618"
13-
sha256 cellar: :any_skip_relocation, sonoma: "7d09482b69ec752dc60f62fbb70b0237f9c827f54022345799594432b5398f2a"
14-
sha256 cellar: :any_skip_relocation, arm64_linux: "67bd66ac7bd342f38ef15a99f4ef521f478adbf8c158087aaf03a5dd51192e1b"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "f1de58a6a94bd526300796c1ab0dacac750562647fcb6667c8bac5b77ae561a5"
10+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "82ea3e8417fe72e0f0c439e4690ddd1ce32c14f47fa32eba55e94d34ef61aea6"
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "82ea3e8417fe72e0f0c439e4690ddd1ce32c14f47fa32eba55e94d34ef61aea6"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "82ea3e8417fe72e0f0c439e4690ddd1ce32c14f47fa32eba55e94d34ef61aea6"
13+
sha256 cellar: :any_skip_relocation, sonoma: "6bc5ce448d9ab70596d4422450cebb4dc48afe5a79846f584154888700df7273"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "303316a4c99047c026d4e258d3b2db4c961e1dfa03c8607fe82ee5139f954f1e"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "cef7a53857e134d88cd51d0b25c7b3cbdb3c409a4a9425517505c26df9db1b3e"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)