|
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.14.0.tgz" |
7 |
| - sha256 "3f6012423f53eb4030e8173ef9ba3fcc33a62289c10fc3b6deb0f56359a3043e" |
| 6 | + url "https://registry.npmjs.org/@asyncapi/cli/-/cli-1.14.2.tgz" |
| 7 | + sha256 "8c6ae58f20e47ed2fc214ece1820245c96a407ceb8e65861ce206bf17548feaa" |
8 | 8 | license "Apache-2.0"
|
9 | 9 |
|
10 | 10 | bottle do
|
11 |
| - sha256 cellar: :any, arm64_sonoma: "d4eaffc641efcb65a2e3ae46773326bbadbd67a216296442c2335dc967db66bc" |
12 |
| - sha256 cellar: :any, arm64_ventura: "adf7009b46fb3ecdc4d2870c81bd4d18692450f104e65b9256776d76307fcd09" |
13 |
| - sha256 cellar: :any, arm64_monterey: "bdf2d378d0cbeaa3a9de0adc965d6b6d97f1c4dae9cca8152e3df2a354f796c9" |
14 |
| - sha256 cellar: :any, sonoma: "91404b1540e1233de434dc0aa55606bdb26c59b8a2a3f07bcd79060a947b5a2f" |
15 |
| - sha256 cellar: :any, ventura: "b140bc0bc85298824de936bd62b672aaa1bc1237474c637f66a658daed74bb7e" |
16 |
| - sha256 cellar: :any, monterey: "193320e6654698e89096279c2a6ddedc94c8189549e35632a93f46557f05e1bd" |
17 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "b627514e3ee65e127631e761136d18c3188f9848eaf63da1009dee7cf1665f85" |
| 11 | + sha256 cellar: :any, arm64_sonoma: "11a38a6bdae33827b40223608f36c4782defd965ff54d6e49ad20fbb8f133287" |
| 12 | + sha256 cellar: :any, arm64_ventura: "69464d483a206a990bdaa5c3b906b75452639b33bb4cb5abe959380569640e87" |
| 13 | + sha256 cellar: :any, arm64_monterey: "b06e8e53de8fcfd36bfdbe72772aa2d42867f9e1b891258d4fff0fa4649ab1db" |
| 14 | + sha256 cellar: :any, sonoma: "8d4b6e2bc008d8afb9ddcad77d46af6ba9a73be5049ea287a54cab7f06e83e76" |
| 15 | + sha256 cellar: :any, ventura: "1d9ab80bbc240f6804b2d19fbf1e25098421f78cf71e2eee80cc3d28a504666b" |
| 16 | + sha256 cellar: :any, monterey: "61ca4e26c5d08cf2ddfa7897583d2d93dde773272f3e0af521b9c802dd287aef" |
| 17 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "b3f4530c3ec58cac732730b5abee9f66fcc5f9da89b14c7c9b6f929bc6c77ac1" |
18 | 18 | end
|
19 | 19 |
|
20 | 20 | depends_on "node"
|
|
0 commit comments