Skip to content

Commit

Permalink
Merge pull request #196251 from Homebrew/bump-neonctl-2.4.0
Browse files Browse the repository at this point in the history
neonctl 2.4.0
  • Loading branch information
BrewTestBot authored Oct 31, 2024
2 parents 0ecab74 + 1b34348 commit 8bea0be
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/n/neonctl.rb
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
class Neonctl < Formula
desc "Neon CLI tool"
homepage "https://neon.tech/docs/reference/neon-cli"
url "https://registry.npmjs.org/neonctl/-/neonctl-2.3.0.tgz"
sha256 "10676d462e2e0e8c65716beeb925273d4a46c0e7c5937120c6874ecaf1e7d725"
url "https://registry.npmjs.org/neonctl/-/neonctl-2.4.0.tgz"
sha256 "79b000d2e84b13b587a28b0a4f913c1dc528fe578b07c9db2530c45cabdc9451"
license "Apache-2.0"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "62b4aa973fd51dda060d54b919cdec37c70b99345778dc2e58ecfdffb8e2527d"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "62b4aa973fd51dda060d54b919cdec37c70b99345778dc2e58ecfdffb8e2527d"
sha256 cellar: :any_skip_relocation, arm64_ventura: "62b4aa973fd51dda060d54b919cdec37c70b99345778dc2e58ecfdffb8e2527d"
sha256 cellar: :any_skip_relocation, sonoma: "bed186a7d07b83ae860c9cac38d3cd996f67532172133e47abc96cbb7a4c6165"
sha256 cellar: :any_skip_relocation, ventura: "bed186a7d07b83ae860c9cac38d3cd996f67532172133e47abc96cbb7a4c6165"
sha256 cellar: :any_skip_relocation, x86_64_linux: "62b4aa973fd51dda060d54b919cdec37c70b99345778dc2e58ecfdffb8e2527d"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "a70b09c1ff128f315cd0208f2c7c740fb33de7f12bf3a79437416ffd54626c82"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a70b09c1ff128f315cd0208f2c7c740fb33de7f12bf3a79437416ffd54626c82"
sha256 cellar: :any_skip_relocation, arm64_ventura: "a70b09c1ff128f315cd0208f2c7c740fb33de7f12bf3a79437416ffd54626c82"
sha256 cellar: :any_skip_relocation, sonoma: "94aaaab627dcb23ded11d4b03d8816f71fcb864c0025aed3ed3ce8da2350e263"
sha256 cellar: :any_skip_relocation, ventura: "94aaaab627dcb23ded11d4b03d8816f71fcb864c0025aed3ed3ce8da2350e263"
sha256 cellar: :any_skip_relocation, x86_64_linux: "a70b09c1ff128f315cd0208f2c7c740fb33de7f12bf3a79437416ffd54626c82"
end

depends_on "node"
Expand Down

0 comments on commit 8bea0be

Please sign in to comment.