Skip to content

Commit b5e98c5

Browse files
authored
Merge pull request #246709 from Homebrew/bump-openapi-1.7.6
openapi 1.7.6
2 parents 3604c90 + ac02d94 commit b5e98c5

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.7.5.tar.gz"
5-
sha256 "3c0869580484250d358b4f978864642c6a992b37ce8ec212505739c808ab72b2"
4+
url "https://github.com/speakeasy-api/openapi/archive/refs/tags/v1.7.6.tar.gz"
5+
sha256 "524d5f1c87f497aebfcc7c52d28d5fcbd736eb086988b92344929f9e1e9c8e51"
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: "5d37c2bf60a15da4f5f4419c812df7fccb6589a8283721108ac79841bd22f860"
11-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "5d37c2bf60a15da4f5f4419c812df7fccb6589a8283721108ac79841bd22f860"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5d37c2bf60a15da4f5f4419c812df7fccb6589a8283721108ac79841bd22f860"
13-
sha256 cellar: :any_skip_relocation, sonoma: "bd6ef5a5ce8c56b74c64327bd201ea0d970148acecb0409d08e2f7f319070c1f"
14-
sha256 cellar: :any_skip_relocation, arm64_linux: "10dcd5f1df7d476c7a494e52a224b7a84d1f5315336ff6c3797ebe3b301c1dd4"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "f9f340c85ae63b680bb3fd393ad187056ecff3a23b83d1e83be2951c3660e3f5"
10+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "f46627d4e9ea4b3b95ef4428ed42132a2c750c72d224030bc9c92feec06d7028"
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "f46627d4e9ea4b3b95ef4428ed42132a2c750c72d224030bc9c92feec06d7028"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f46627d4e9ea4b3b95ef4428ed42132a2c750c72d224030bc9c92feec06d7028"
13+
sha256 cellar: :any_skip_relocation, sonoma: "bd67ff9dcd7dab0d8e6441cb945b1fb9ccadfcbcad019e15dee07b747242c444"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "80c8068bb0cb6a9c7bed124e90426c2223468c66ac377a71cc85a0da09715a3e"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "d2c01e4b94e268a02212963fc96081ebf0191d2e7d3dd866bbb1a45a804e8e59"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)