diff --git a/Formula/asyncapi.rb b/Formula/asyncapi.rb index 77d96e2b3107..7fedafb9711f 100644 --- a/Formula/asyncapi.rb +++ b/Formula/asyncapi.rb @@ -3,18 +3,18 @@ class Asyncapi < Formula desc "All in one CLI for all AsyncAPI tools" homepage "https://github.com/asyncapi/cli" - url "https://registry.npmjs.org/@asyncapi/cli/-/cli-0.44.2.tgz" - sha256 "56668d1af167090b123b563da17f35b5c3be9df404058467ca4f14244b22c520" + url "https://registry.npmjs.org/@asyncapi/cli/-/cli-0.45.0.tgz" + sha256 "3b1e62b1874811bdac0859a4b7c386452e95cd6e5405ab08c8a68db47f125c99" license "Apache-2.0" bottle do - sha256 cellar: :any, arm64_ventura: "9c339842d4144d2b21ed53233611f82d165ac1b4ce7d8470a3a958a6c6f5fdf2" - sha256 cellar: :any, arm64_monterey: "9c339842d4144d2b21ed53233611f82d165ac1b4ce7d8470a3a958a6c6f5fdf2" - sha256 cellar: :any, arm64_big_sur: "9c339842d4144d2b21ed53233611f82d165ac1b4ce7d8470a3a958a6c6f5fdf2" - sha256 cellar: :any, ventura: "e23b10a50c81348a25d4f63ba2f8c9568f0df9017931afc702c2633d57b8b553" - sha256 cellar: :any, monterey: "e23b10a50c81348a25d4f63ba2f8c9568f0df9017931afc702c2633d57b8b553" - sha256 cellar: :any, big_sur: "e23b10a50c81348a25d4f63ba2f8c9568f0df9017931afc702c2633d57b8b553" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6d168799a4d29446462b14205becd071fed0a815297f34cbc7f4ddcf178e9afe" + sha256 cellar: :any, arm64_ventura: "12777d4e54932b785cd1f3b56062d6a00f990efd10c6e91d8dc03324912607bb" + sha256 cellar: :any, arm64_monterey: "12777d4e54932b785cd1f3b56062d6a00f990efd10c6e91d8dc03324912607bb" + sha256 cellar: :any, arm64_big_sur: "12777d4e54932b785cd1f3b56062d6a00f990efd10c6e91d8dc03324912607bb" + sha256 cellar: :any, ventura: "60d2fbe111e58d7bf7b18225ed56fa270fb63aae73d020e3eab6ddb7f9dd7826" + sha256 cellar: :any, monterey: "60d2fbe111e58d7bf7b18225ed56fa270fb63aae73d020e3eab6ddb7f9dd7826" + sha256 cellar: :any, big_sur: "60d2fbe111e58d7bf7b18225ed56fa270fb63aae73d020e3eab6ddb7f9dd7826" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4ee6cc30353c0af7f54fe4e35165b6b9cb94286c74c968f8edac7c03b921a954" end depends_on "node"