|
1 | 1 | class Openapi < Formula |
2 | 2 | desc "CLI tools for working with OpenAPI, Arazzo and Overlay specifications" |
3 | 3 | 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" |
6 | 6 | license "MIT" |
7 | 7 | head "https://github.com/speakeasy-api/openapi.git", branch: "main" |
8 | 8 |
|
9 | 9 | 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" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments