From cae0ff83028280aa7fd2ae5e9c38621fce7525ac Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 20 Oct 2024 18:24:43 +0000 Subject: [PATCH 1/2] asyncapi 2.7.1 --- Formula/a/asyncapi.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/asyncapi.rb b/Formula/a/asyncapi.rb index 95bbeddb4fd5f..f8495f4455da9 100644 --- a/Formula/a/asyncapi.rb +++ b/Formula/a/asyncapi.rb @@ -1,8 +1,8 @@ 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-2.6.0.tgz" - sha256 "2fe2bde8c58606becbce7d80e63d261285f9aa73fc5b6e079b163f61392dac9d" + url "https://registry.npmjs.org/@asyncapi/cli/-/cli-2.7.1.tgz" + sha256 "fe4aad548036013545ab97d6676e626f7a694185cfdf1559627e1dc1acb6b87e" license "Apache-2.0" bottle do From ead7fc5dc76e0ade3d6da09cdaf48fdc6d5a85e0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 20 Oct 2024 19:18:14 +0000 Subject: [PATCH 2/2] asyncapi: update 2.7.1 bottle. --- Formula/a/asyncapi.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/a/asyncapi.rb b/Formula/a/asyncapi.rb index f8495f4455da9..fbc3b9c6e67ce 100644 --- a/Formula/a/asyncapi.rb +++ b/Formula/a/asyncapi.rb @@ -6,12 +6,12 @@ class Asyncapi < Formula license "Apache-2.0" bottle do - sha256 cellar: :any, arm64_sequoia: "a5086066a196cc3808a4937a8b9e4ec055d050b29884abb5f307e0727796ff18" - sha256 cellar: :any, arm64_sonoma: "a5086066a196cc3808a4937a8b9e4ec055d050b29884abb5f307e0727796ff18" - sha256 cellar: :any, arm64_ventura: "a5086066a196cc3808a4937a8b9e4ec055d050b29884abb5f307e0727796ff18" - sha256 cellar: :any, sonoma: "ef7770438cfdc93f23b59396f1986a2e5ecf7c8650b8402d7bb4faf88828c701" - sha256 cellar: :any, ventura: "ef7770438cfdc93f23b59396f1986a2e5ecf7c8650b8402d7bb4faf88828c701" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a3bf4c7f274db3a01372fe63d0586751ee585fff7ff259addb87bc6ed894183e" + sha256 cellar: :any, arm64_sequoia: "e9353070dfb84df2506cfd77bd506fcaef294798f718a888c9ac35c33051335d" + sha256 cellar: :any, arm64_sonoma: "e9353070dfb84df2506cfd77bd506fcaef294798f718a888c9ac35c33051335d" + sha256 cellar: :any, arm64_ventura: "e9353070dfb84df2506cfd77bd506fcaef294798f718a888c9ac35c33051335d" + sha256 cellar: :any, sonoma: "cb82d344631809457e6072cdccfd7a4e122dac7686d09f6c05fe593605222cf1" + sha256 cellar: :any, ventura: "cb82d344631809457e6072cdccfd7a4e122dac7686d09f6c05fe593605222cf1" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2fa200e07b52793a9b8ad4e17b550583dc5983aef658dfebf0c828e5f54b2c37" end depends_on "node"