From 314dd1a6ff22e17f009af02beafcb3c7a08f60a5 Mon Sep 17 00:00:00 2001 From: nodenv bot <68817010+nodenv-bot@users.noreply.github.com> Date: Mon, 22 Jul 2024 06:09:21 -0400 Subject: [PATCH 1/2] node-build 5.3.6 Created by https://github.com/mislav/bump-homebrew-formula-action --- Formula/n/node-build.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/node-build.rb b/Formula/n/node-build.rb index c2ee9de97656e..2877b6eee6ddf 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" From 39b84f915ef1d8fad21b9b49b7593a9736b7cfa5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 22 Jul 2024 11:28:33 +0000 Subject: [PATCH 2/2] node-build: update 5.3.6 bottle. --- Formula/n/node-build.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/n/node-build.rb b/Formula/n/node-build.rb index 2877b6eee6ddf..b8ee8e0d3fb76 100644 --- a/Formula/n/node-build.rb +++ b/Formula/n/node-build.rb @@ -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"