From 4c1a62eefefe1af5d09ef0109e390ad4c3ecebed Mon Sep 17 00:00:00 2001 From: nodenv bot <68817010+nodenv-bot@users.noreply.github.com> Date: Wed, 18 Sep 2024 06:10:00 -0400 Subject: [PATCH 1/2] node-build 5.3.12 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 875dfac6b5cc..86eeaf154a64 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.11.tar.gz" - sha256 "85b21fc1daa8e26ea3a58dc1e41373dc5d9353a82dc856e8f68bf97628bb05be" + url "https://github.com/nodenv/node-build/archive/refs/tags/v5.3.12.tar.gz" + sha256 "330e09c155122380f260b5c27863ee1a7428717591728a2c06a1fab7c1f19d16" license "MIT" head "https://github.com/nodenv/node-build.git", branch: "master" From 314b84e92bc61250147f6f88229d323d086bbb7b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Sep 2024 10:50:28 +0000 Subject: [PATCH 2/2] node-build: update 5.3.12 bottle. --- Formula/n/node-build.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/n/node-build.rb b/Formula/n/node-build.rb index 86eeaf154a64..45b40aa13ed2 100644 --- a/Formula/n/node-build.rb +++ b/Formula/n/node-build.rb @@ -12,7 +12,7 @@ class NodeBuild < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "f68978d6c36f3332a869ada76125570463268d913a54064f448056c2d92c788c" + sha256 cellar: :any_skip_relocation, all: "700a8a64e2875f3ad817abb394eed74a57bab110b6f90bb7bbe5deb8b151330e" end depends_on "autoconf"