diff --git a/Formula/n/node-build.rb b/Formula/n/node-build.rb index c2ee9de97656e..b8ee8e0d3fb76 100644 --- a/Formula/n/node-build.rb +++ b/Formula/n/node-build.rb @@ -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" @@ -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"