|
1 | 1 | class Asyncapi < Formula |
2 | 2 | desc "All in one CLI for all AsyncAPI tools" |
3 | 3 | homepage "https://github.com/asyncapi/cli" |
4 | | - url "https://registry.npmjs.org/@asyncapi/cli/-/cli-2.16.6.tgz" |
5 | | - sha256 "8efe0c579eeef5769f92a5d17aebb4e6f4a4c57abcb2790cbe75c951e54c640a" |
| 4 | + url "https://registry.npmjs.org/@asyncapi/cli/-/cli-2.16.7.tgz" |
| 5 | + sha256 "640f1b843bed71d4e663bf37d337acb384e28bf55491c8d007b2ec6bf04e9f95" |
6 | 6 | license "Apache-2.0" |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "661e132d1dd9381162c95201e98b3ba77325278f451600ef2795c7b430557f6d" |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "661e132d1dd9381162c95201e98b3ba77325278f451600ef2795c7b430557f6d" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "661e132d1dd9381162c95201e98b3ba77325278f451600ef2795c7b430557f6d" |
12 | | - sha256 cellar: :any_skip_relocation, sonoma: "62fb374293c41a84675d74f38013343a9acff10197e244c2654b8c299292c946" |
13 | | - sha256 cellar: :any_skip_relocation, ventura: "62fb374293c41a84675d74f38013343a9acff10197e244c2654b8c299292c946" |
14 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "661e132d1dd9381162c95201e98b3ba77325278f451600ef2795c7b430557f6d" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c1e5906545467115f4a3c4433bb1edb5c5a3a809820b0b729d7564034a76b8b1" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c1e5906545467115f4a3c4433bb1edb5c5a3a809820b0b729d7564034a76b8b1" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "c1e5906545467115f4a3c4433bb1edb5c5a3a809820b0b729d7564034a76b8b1" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "2dc4ed64496568f8250238ef211e05ead02af9b4721a991c3bdfdbf1ab58e84b" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "2dc4ed64496568f8250238ef211e05ead02af9b4721a991c3bdfdbf1ab58e84b" |
| 14 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "c1e5906545467115f4a3c4433bb1edb5c5a3a809820b0b729d7564034a76b8b1" |
15 | 15 | end |
16 | 16 |
|
17 | 17 | depends_on "node" |
|
0 commit comments