Skip to content

Commit

Permalink
Merge pull request #191687 from Homebrew/bump-asyncapi-2.4.1
Browse files Browse the repository at this point in the history
asyncapi 2.4.1
  • Loading branch information
BrewTestBot authored Sep 24, 2024
2 parents 8d47f7e + ee80ef5 commit bda2dcd
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.4.0.tgz"
sha256 "383f4df03c2238a7eccdc55bf08ee6944f767f4f0df539bb7a1a8daca00a7cd5"
url "https://registry.npmjs.org/@asyncapi/cli/-/cli-2.4.1.tgz"
sha256 "e2591e1bbcf43e51b5fb9007b5e5794c2889360e416829327dac19367eb54fc1"
license "Apache-2.0"

bottle do
sha256 cellar: :any, arm64_sequoia: "89823317088f181079c62a6bf3e96f65f13acf39adf46cc6a9cf61b5cd42afaf"
sha256 cellar: :any, arm64_sonoma: "89823317088f181079c62a6bf3e96f65f13acf39adf46cc6a9cf61b5cd42afaf"
sha256 cellar: :any, arm64_ventura: "89823317088f181079c62a6bf3e96f65f13acf39adf46cc6a9cf61b5cd42afaf"
sha256 cellar: :any, sonoma: "5232a34fd5300fc4b0c3c0769594b719e118e512b08ef045ecfe39b688f5d781"
sha256 cellar: :any, ventura: "5232a34fd5300fc4b0c3c0769594b719e118e512b08ef045ecfe39b688f5d781"
sha256 cellar: :any_skip_relocation, x86_64_linux: "4386ebc81b46399f5e9bb065f080e5bc1a478aef9f49459e07101a6bf87d77f0"
sha256 cellar: :any, arm64_sequoia: "d619ee98842afb857d11146716095def0f52fe3746691331c55e4d6d77c12420"
sha256 cellar: :any, arm64_sonoma: "d619ee98842afb857d11146716095def0f52fe3746691331c55e4d6d77c12420"
sha256 cellar: :any, arm64_ventura: "d619ee98842afb857d11146716095def0f52fe3746691331c55e4d6d77c12420"
sha256 cellar: :any, sonoma: "018c2e836e3e75b0f8baaf2a35441449309b4dd59b2caf8da7dc52ffa9a0fad6"
sha256 cellar: :any, ventura: "018c2e836e3e75b0f8baaf2a35441449309b4dd59b2caf8da7dc52ffa9a0fad6"
sha256 cellar: :any_skip_relocation, x86_64_linux: "23c3c22e6b9d0f727b63b8170c92b6ff65af8ba1378912a6bccd213661384183"
end

depends_on "node"
Expand Down

0 comments on commit bda2dcd

Please sign in to comment.