Skip to content

Commit 57ed034

Browse files
BrewTestBotbotantony
authored andcommitted
node 25.2.0
1 parent 6b1ab8c commit 57ed034

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Formula/n/node.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
class Node < Formula
22
desc "Open-source, cross-platform JavaScript runtime environment"
33
homepage "https://nodejs.org/"
4-
url "https://nodejs.org/dist/v25.1.0/node-v25.1.0.tar.xz"
5-
sha256 "ee7741190e47402dfc621547ac23d3f58e6463a86878dc1879fb9e8de1ce3226"
4+
url "https://nodejs.org/dist/v25.2.0/node-v25.2.0.tar.xz"
5+
sha256 "8bf7bafb5a89d3d20eefbcb159401e2abccea0cf85bef65e314b626730c525a1"
66
license "MIT"
7-
revision 2
87
head "https://github.com/nodejs/node.git", branch: "main"
98

109
livecheck do

0 commit comments

Comments
 (0)