File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11class Node < Formula
22 desc "Platform built on V8 to build network applications"
33 homepage "https://nodejs.org/"
4- url "https://nodejs.org/dist/v24.2 .0/node-v24.2 .0.tar.xz"
5- sha256 "40143d43efbdeeb9537995f532126c494d63a31da332acb5022f76f00afc62ab "
4+ url "https://nodejs.org/dist/v24.3 .0/node-v24.3 .0.tar.xz"
5+ sha256 "eb688ef8a63fda9ebc0b5f907609a46e26db6d9aceefc0832009a98371e992ed "
66 license "MIT"
77 head "https://github.com/nodejs/node.git" , branch : "main"
88
@@ -60,8 +60,8 @@ class Node < Formula
6060 # We track major/minor from upstream Node releases.
6161 # We will accept *important* npm patch releases when necessary.
6262 resource "npm" do
63- url "https://registry.npmjs.org/npm/-/npm-11.3.0 .tgz"
64- sha256 "1c2dd63f96799ed4bf92b7806d8509302a0f8da68ca452aae27f24388bb41df4 "
63+ url "https://registry.npmjs.org/npm/-/npm-11.4.2 .tgz"
64+ sha256 "8b469a56d85a61abd846e78690623ce956b4d49ae56f15ac76dea0dce3bd4b2b "
6565 end
6666
6767 def install
You can’t perform that action at this time.
0 commit comments