Skip to content

Commit b552f4a

Browse files
BrewTestBotchenrui333
authored andcommitted
node 24.3.0
node: npm 11.4.2 Signed-off-by: Rui Chen <[email protected]>
1 parent 2325ff0 commit b552f4a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Formula/n/node.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class 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

0 commit comments

Comments
 (0)