Skip to content

Commit bba01dd

Browse files
authored
Merge pull request #246726 from Homebrew/bump-openapi-1.7.7
openapi 1.7.7
2 parents adbf6cc + c39f97e commit bba01dd

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.6.tar.gz"
5-
sha256 "524d5f1c87f497aebfcc7c52d28d5fcbd736eb086988b92344929f9e1e9c8e51"
4+
url "https://github.com/speakeasy-api/openapi/archive/refs/tags/v1.7.7.tar.gz"
5+
sha256 "c37d920af829735a68d5ff46f56bf7304f581094a7e7f5fb7b023546685e0254"
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: "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"
10+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "7c943043f2a9bbef2840aaf89603a255b34e426ae1c0e53e299efb676cb75289"
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "7c943043f2a9bbef2840aaf89603a255b34e426ae1c0e53e299efb676cb75289"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "7c943043f2a9bbef2840aaf89603a255b34e426ae1c0e53e299efb676cb75289"
13+
sha256 cellar: :any_skip_relocation, sonoma: "3f2ac8a521fc4d32a3ad89d376e61dae9afe82a7dd16a95fb85db553f5fb3c8f"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "48e20752955ef290092756e81115270d12fcbe6e8dc7c26447ee66ba34bee8bd"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "acbae4adf157bcfb26b765f7588ddaafc63fac580081d37e37409b09d2f1c2d2"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)