|
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-3.5.2.tgz" |
5 | | - sha256 "a4d1441ecf78caa50d83fa6a9e8127cf51a5e44c135ee0da32e47265fef0c6b9" |
| 4 | + url "https://registry.npmjs.org/@asyncapi/cli/-/cli-4.0.0.tgz" |
| 5 | + sha256 "838bac3bd0a444c69ff837411517c2d30e3efc903820e5604604cd5646833e8f" |
6 | 6 | license "Apache-2.0" |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any, arm64_tahoe: "a97f8c379e1e7308cea4c2369117aebbc662a3285d09c027e084f6f2052f85bb" |
10 | | - sha256 cellar: :any, arm64_sequoia: "ef9df01bf19a806211e356792ad3a25c7e787016ee5d420b13af2a0c9586f728" |
11 | | - sha256 cellar: :any, arm64_sonoma: "ef9df01bf19a806211e356792ad3a25c7e787016ee5d420b13af2a0c9586f728" |
12 | | - sha256 cellar: :any, sonoma: "345b5571ec72c2914535f636e764e85a48f4c272555a23ff03bac72dedcfbd41" |
13 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "58480120d827b34911bc7c2cd1db40f4404df26aee13d21aa90ca33ac5e68bde" |
14 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "7594cfa94fe6b6e221bb268e13cb1f110e0e81d77bbec4ff608d34d8ef05b235" |
| 9 | + sha256 cellar: :any, arm64_tahoe: "54f6c63aaaa80382a23a8ac0175c56fb50e8fac09d814bf7f419b0442fcfdb19" |
| 10 | + sha256 cellar: :any, arm64_sequoia: "3c69361a913ed627ee1e30fe8b259910ad5d269e07838e7ddd7a13cf74c4e04e" |
| 11 | + sha256 cellar: :any, arm64_sonoma: "3c69361a913ed627ee1e30fe8b259910ad5d269e07838e7ddd7a13cf74c4e04e" |
| 12 | + sha256 cellar: :any, sonoma: "3accb0d778a81493955971edd6b9c348fd0c3391a6021d5a415c301e3df39407" |
| 13 | + sha256 cellar: :any_skip_relocation, arm64_linux: "2525fe1a0f9d39739be3285f7743b578c4c2e168a7dd82c5f62711379417ead1" |
| 14 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "f71407f969f3eef4626760c9d9fedbb38da23884bd8863664fdf17924903246e" |
15 | 15 | end |
16 | 16 |
|
17 | 17 | depends_on "node" |
|
0 commit comments