|
3 | 3 | class Asyncapi < Formula
|
4 | 4 | desc "All in one CLI for all AsyncAPI tools"
|
5 | 5 | homepage "https://github.com/asyncapi/cli"
|
6 |
| - url "https://registry.npmjs.org/@asyncapi/cli/-/cli-1.5.7.tgz" |
7 |
| - sha256 "13654fe3a54ae43e4bd05fc23151c8daf7a9a41784b5e365f1673e13c7372f2a" |
| 6 | + url "https://registry.npmjs.org/@asyncapi/cli/-/cli-1.5.10.tgz" |
| 7 | + sha256 "3e472e0ba97a59cb8549231d06199e4abd0c834670126da1572d83c0ab2a74e5" |
8 | 8 | license "Apache-2.0"
|
9 | 9 |
|
10 | 10 | bottle do
|
11 |
| - sha256 cellar: :any, arm64_sonoma: "1172a006c9ad2cd2c443f770da61ac0fb0185c56a2656567b273343329c15809" |
12 |
| - sha256 cellar: :any, arm64_ventura: "1172a006c9ad2cd2c443f770da61ac0fb0185c56a2656567b273343329c15809" |
13 |
| - sha256 cellar: :any, arm64_monterey: "1172a006c9ad2cd2c443f770da61ac0fb0185c56a2656567b273343329c15809" |
14 |
| - sha256 cellar: :any, sonoma: "d3356fa65f60efa01d807ffac07a601bcaa3071b455b06ec0cdbc82820ab6b26" |
15 |
| - sha256 cellar: :any, ventura: "d3356fa65f60efa01d807ffac07a601bcaa3071b455b06ec0cdbc82820ab6b26" |
16 |
| - sha256 cellar: :any, monterey: "d3356fa65f60efa01d807ffac07a601bcaa3071b455b06ec0cdbc82820ab6b26" |
17 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "e4ffa4d6cf051c797b1aa3ce25b3fdf5c3c63f09a2fe1195c20d038fdf7407d7" |
| 11 | + sha256 cellar: :any, arm64_sonoma: "5e5f68a0fc178d64fd6adb5c7256a594c6c3720795465e1cc55031576e40af2b" |
| 12 | + sha256 cellar: :any, arm64_ventura: "5e5f68a0fc178d64fd6adb5c7256a594c6c3720795465e1cc55031576e40af2b" |
| 13 | + sha256 cellar: :any, arm64_monterey: "5e5f68a0fc178d64fd6adb5c7256a594c6c3720795465e1cc55031576e40af2b" |
| 14 | + sha256 cellar: :any, sonoma: "78d5572b06d213363756d538d554bf0cb3ea913528d434190e8bd08a77d9603d" |
| 15 | + sha256 cellar: :any, ventura: "78d5572b06d213363756d538d554bf0cb3ea913528d434190e8bd08a77d9603d" |
| 16 | + sha256 cellar: :any, monterey: "78d5572b06d213363756d538d554bf0cb3ea913528d434190e8bd08a77d9603d" |
| 17 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "5e0e25e59ae6c8216e75ab6f92612dfb3c41863abba1abae1588b225b7c38ddb" |
18 | 18 | end
|
19 | 19 |
|
20 | 20 | depends_on "node"
|
|
0 commit comments