Skip to content

Commit

Permalink
Merge pull request #132239 from chenrui333/bump-asyncapi-0.45.0
Browse files Browse the repository at this point in the history
asyncapi 0.45.0
  • Loading branch information
BrewTestBot authored May 29, 2023
2 parents 7f82cd9 + 48d61e4 commit dbac15c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/asyncapi.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit dbac15c

Please sign in to comment.