Skip to content

Commit 34f5b2c

Browse files
authored
Merge pull request #210306 from Homebrew/bump-asyncapi-2.16.7
asyncapi 2.16.7
2 parents 1d436cb + a668d62 commit 34f5b2c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/a/asyncapi.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
class Asyncapi < Formula
22
desc "All in one CLI for all AsyncAPI tools"
33
homepage "https://github.com/asyncapi/cli"
4-
url "https://registry.npmjs.org/@asyncapi/cli/-/cli-2.16.6.tgz"
5-
sha256 "8efe0c579eeef5769f92a5d17aebb4e6f4a4c57abcb2790cbe75c951e54c640a"
4+
url "https://registry.npmjs.org/@asyncapi/cli/-/cli-2.16.7.tgz"
5+
sha256 "640f1b843bed71d4e663bf37d337acb384e28bf55491c8d007b2ec6bf04e9f95"
66
license "Apache-2.0"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "661e132d1dd9381162c95201e98b3ba77325278f451600ef2795c7b430557f6d"
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "661e132d1dd9381162c95201e98b3ba77325278f451600ef2795c7b430557f6d"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "661e132d1dd9381162c95201e98b3ba77325278f451600ef2795c7b430557f6d"
12-
sha256 cellar: :any_skip_relocation, sonoma: "62fb374293c41a84675d74f38013343a9acff10197e244c2654b8c299292c946"
13-
sha256 cellar: :any_skip_relocation, ventura: "62fb374293c41a84675d74f38013343a9acff10197e244c2654b8c299292c946"
14-
sha256 cellar: :any_skip_relocation, x86_64_linux: "661e132d1dd9381162c95201e98b3ba77325278f451600ef2795c7b430557f6d"
9+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "c1e5906545467115f4a3c4433bb1edb5c5a3a809820b0b729d7564034a76b8b1"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c1e5906545467115f4a3c4433bb1edb5c5a3a809820b0b729d7564034a76b8b1"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "c1e5906545467115f4a3c4433bb1edb5c5a3a809820b0b729d7564034a76b8b1"
12+
sha256 cellar: :any_skip_relocation, sonoma: "2dc4ed64496568f8250238ef211e05ead02af9b4721a991c3bdfdbf1ab58e84b"
13+
sha256 cellar: :any_skip_relocation, ventura: "2dc4ed64496568f8250238ef211e05ead02af9b4721a991c3bdfdbf1ab58e84b"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "c1e5906545467115f4a3c4433bb1edb5c5a3a809820b0b729d7564034a76b8b1"
1515
end
1616

1717
depends_on "node"

0 commit comments

Comments
 (0)