From 6703e317a54821f0eb212fbed44e3f8761fba524 Mon Sep 17 00:00:00 2001 From: nodenv bot <68817010+nodenv-bot@users.noreply.github.com> Date: Thu, 31 Oct 2024 06:10:39 -0400 Subject: [PATCH] node-build 5.3.16 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 dd973c87320b..8c002eac0aea 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.15.tar.gz" - sha256 "6d49f86de4de4f4245851432e24148e7f23ca9e110658b153eb9c36d4e6bb85c" + url "https://github.com/nodenv/node-build/archive/refs/tags/v5.3.16.tar.gz" + sha256 "85ce8df43feee353a623096351fff238f33b219e19f5d64506d8206dbeefac6b" license "MIT" head "https://github.com/nodenv/node-build.git", branch: "master"