Skip to content

Commit 41e56f0

Browse files
authored
Merge pull request #196837 from Homebrew/bump-asyncapi-2.8.1
asyncapi 2.8.1
2 parents a8e094f + 120e1a5 commit 41e56f0

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.8.0.tgz"
5-
sha256 "04f18ab4062541442661467ea467ad62d1f8b5b261f9b2919fc1ba7db8d6f4c4"
4+
url "https://registry.npmjs.org/@asyncapi/cli/-/cli-2.8.1.tgz"
5+
sha256 "76d196302645ec73334e731baf3f7ec2497b27f314f7a50d0f5cc08c28ae8a12"
66
license "Apache-2.0"
77

88
bottle do
9-
sha256 cellar: :any, arm64_sequoia: "ddaa6d718d5c633a94c83db42a6ec1325ecaa5b4a862c4c36094e12b4ce8d5b2"
10-
sha256 cellar: :any, arm64_sonoma: "ddaa6d718d5c633a94c83db42a6ec1325ecaa5b4a862c4c36094e12b4ce8d5b2"
11-
sha256 cellar: :any, arm64_ventura: "ddaa6d718d5c633a94c83db42a6ec1325ecaa5b4a862c4c36094e12b4ce8d5b2"
12-
sha256 cellar: :any, sonoma: "d77f22ef7ed880aaf5141c0e0850f5c6da53f1f34041a75211ce29e46a587506"
13-
sha256 cellar: :any, ventura: "d77f22ef7ed880aaf5141c0e0850f5c6da53f1f34041a75211ce29e46a587506"
14-
sha256 cellar: :any_skip_relocation, x86_64_linux: "87641f381eb6508f230419312facaa53b5542cd7d704c665d56a0053f5bc0a45"
9+
sha256 cellar: :any, arm64_sequoia: "4c369e127195a2661d8620c674ee4ddb4a491d3eed8a2ee5a3dafe045126f63b"
10+
sha256 cellar: :any, arm64_sonoma: "4c369e127195a2661d8620c674ee4ddb4a491d3eed8a2ee5a3dafe045126f63b"
11+
sha256 cellar: :any, arm64_ventura: "4c369e127195a2661d8620c674ee4ddb4a491d3eed8a2ee5a3dafe045126f63b"
12+
sha256 cellar: :any, sonoma: "d0c6ddaaa98d0a043230db753d3a221b3aa7a7338ac3781d7238cd93324a9a8b"
13+
sha256 cellar: :any, ventura: "d0c6ddaaa98d0a043230db753d3a221b3aa7a7338ac3781d7238cd93324a9a8b"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "3b6f0ea68d9675bcd9087a496b6846b589aff46559c71876cc9150de19435a08"
1515
end
1616

1717
depends_on "node"

0 commit comments

Comments
 (0)