Skip to content

Commit 17e6261

Browse files
committed
node 24.4.1
1 parent 5c8aa0e commit 17e6261

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/n/node.rb

Lines changed: 2 additions & 2 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.4.0/node-v24.4.0.tar.xz"
5-
sha256 "42fa8079da25a926013cd89b9d3467d09110e4fbb0c439342ebe4dd6ecc26bbb"
4+
url "https://nodejs.org/dist/v24.4.1/node-v24.4.1.tar.xz"
5+
sha256 "adb79ca0987486ed66136213da19ff17ef6724dcb340c320e010c9442101652f"
66
license "MIT"
77
head "https://github.com/nodejs/node.git", branch: "main"
88

0 commit comments

Comments
 (0)