diff --git a/Formula/n/node-build.rb b/Formula/n/node-build.rb index 45b40aa13ed2..fd7f6a4e5fcc 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.12.tar.gz" - sha256 "330e09c155122380f260b5c27863ee1a7428717591728a2c06a1fab7c1f19d16" + url "https://github.com/nodenv/node-build/archive/refs/tags/v5.3.13.tar.gz" + sha256 "c5cfcbe92626fcd6482c4067977d46c891aeec26edfa960023dc783de285226e" license "MIT" head "https://github.com/nodenv/node-build.git", branch: "master" @@ -12,7 +12,7 @@ class NodeBuild < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "700a8a64e2875f3ad817abb394eed74a57bab110b6f90bb7bbe5deb8b151330e" + sha256 cellar: :any_skip_relocation, all: "04a49804cb1ba8766c482c89b774d68e23aa3c5a4bf18a69e9f03a7580ea95fc" end depends_on "autoconf"