Skip to content

Commit

Permalink
Merge pull request #178071 from nodenv-bot/update-node-build.rb-17216…
Browse files Browse the repository at this point in the history
…42961

node-build 5.3.6
  • Loading branch information
BrewTestBot committed Jul 22, 2024
2 parents 2cde9b4 + 39b84f9 commit df5a8c1
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/n/node-build.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class NodeBuild < Formula
desc "Install NodeJS versions"
homepage "https://github.com/nodenv/node-build"
url "https://github.com/nodenv/node-build/archive/refs/tags/v5.3.5.tar.gz"
sha256 "87a7943128fb68edcf7b0fab6b2153b4e456505bcb8ee65c8394e0721b36dc29"
url "https://github.com/nodenv/node-build/archive/refs/tags/v5.3.6.tar.gz"
sha256 "d5f1e0cc785687677a5da62c3004c696a62b767109d058f62c6a48224716bbd3"
license "MIT"
head "https://github.com/nodenv/node-build.git", branch: "master"

Expand All @@ -12,13 +12,13 @@ class NodeBuild < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a3224289cedd5c872dc50df0808b8331bf2784bf7ba419050384cdc1da341183"
sha256 cellar: :any_skip_relocation, arm64_ventura: "a3224289cedd5c872dc50df0808b8331bf2784bf7ba419050384cdc1da341183"
sha256 cellar: :any_skip_relocation, arm64_monterey: "a3224289cedd5c872dc50df0808b8331bf2784bf7ba419050384cdc1da341183"
sha256 cellar: :any_skip_relocation, sonoma: "a3224289cedd5c872dc50df0808b8331bf2784bf7ba419050384cdc1da341183"
sha256 cellar: :any_skip_relocation, ventura: "a3224289cedd5c872dc50df0808b8331bf2784bf7ba419050384cdc1da341183"
sha256 cellar: :any_skip_relocation, monterey: "a3224289cedd5c872dc50df0808b8331bf2784bf7ba419050384cdc1da341183"
sha256 cellar: :any_skip_relocation, x86_64_linux: "c91f6eafb923b45f83f4111dee64eb2e855c2348fa38aaf3fa58992457f381ce"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3627657ad15aa733fbc6c764ecd0a2175be336454cf77b5f0049841dc5a9f653"
sha256 cellar: :any_skip_relocation, arm64_ventura: "3627657ad15aa733fbc6c764ecd0a2175be336454cf77b5f0049841dc5a9f653"
sha256 cellar: :any_skip_relocation, arm64_monterey: "3627657ad15aa733fbc6c764ecd0a2175be336454cf77b5f0049841dc5a9f653"
sha256 cellar: :any_skip_relocation, sonoma: "3627657ad15aa733fbc6c764ecd0a2175be336454cf77b5f0049841dc5a9f653"
sha256 cellar: :any_skip_relocation, ventura: "3627657ad15aa733fbc6c764ecd0a2175be336454cf77b5f0049841dc5a9f653"
sha256 cellar: :any_skip_relocation, monterey: "3627657ad15aa733fbc6c764ecd0a2175be336454cf77b5f0049841dc5a9f653"
sha256 cellar: :any_skip_relocation, x86_64_linux: "827a627dacc6c0f371bdf2a470acc3af734f108e5a47318105d8b5441e4574c9"
end

depends_on "autoconf"
Expand Down

0 comments on commit df5a8c1

Please sign in to comment.