Skip to content

Commit

Permalink
Merge pull request #195011 from Homebrew/bump-asyncapi-2.7.1
Browse files Browse the repository at this point in the history
asyncapi 2.7.1
  • Loading branch information
BrewTestBot authored Oct 20, 2024
2 parents 94780a5 + ead7fc5 commit d447f0a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/a/asyncapi.rb
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
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
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"
Expand Down

0 comments on commit d447f0a

Please sign in to comment.