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 bf1f86a commit e9c46feCopy full SHA for e9c46fe
Formula/n/node.rb
@@ -1,10 +1,9 @@
1
class Node < Formula
2
desc "Open-source, cross-platform JavaScript runtime environment"
3
homepage "https://nodejs.org/"
4
- url "https://nodejs.org/dist/v25.1.0/node-v25.1.0.tar.xz"
5
- sha256 "ee7741190e47402dfc621547ac23d3f58e6463a86878dc1879fb9e8de1ce3226"
+ url "https://nodejs.org/dist/v25.2.0/node-v25.2.0.tar.xz"
+ sha256 "8bf7bafb5a89d3d20eefbcb159401e2abccea0cf85bef65e314b626730c525a1"
6
license "MIT"
7
- revision 1
8
head "https://github.com/nodejs/node.git", branch: "main"
9
10
livecheck do
0 commit comments