We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c8aa0e commit 17e6261Copy full SHA for 17e6261
Formula/n/node.rb
@@ -1,8 +1,8 @@
1
class Node < Formula
2
desc "Platform built on V8 to build network applications"
3
homepage "https://nodejs.org/"
4
- url "https://nodejs.org/dist/v24.4.0/node-v24.4.0.tar.xz"
5
- sha256 "42fa8079da25a926013cd89b9d3467d09110e4fbb0c439342ebe4dd6ecc26bbb"
+ url "https://nodejs.org/dist/v24.4.1/node-v24.4.1.tar.xz"
+ sha256 "adb79ca0987486ed66136213da19ff17ef6724dcb340c320e010c9442101652f"
6
license "MIT"
7
head "https://github.com/nodejs/node.git", branch: "main"
8
0 commit comments