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] 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"