node 19.4.0

Closes #119926.

Signed-off-by: Patrick Linnane <patrick@linnane.io>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
Luigi Pinca 2023-01-06 14:24:26 +01:00 committed by BrewTestBot
parent cf753a9063
commit ba5af230fb
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
class Node < Formula
desc "Platform built on V8 to build network applications"
homepage "https://nodejs.org/"
url "https://nodejs.org/dist/v19.3.0/node-v19.3.0.tar.xz"
sha256 "d3189574ef9849c713822e7f31de7a1b9dd8a2c6b5fc78ddb811aaa259a22b1e"
url "https://nodejs.org/dist/v19.4.0/node-v19.4.0.tar.xz"
sha256 "020541d670f528bd03ba0b92a1d0c46d6850982175a72f2aa557aefeda31b261"
license "MIT"
head "https://github.com/nodejs/node.git", branch: "main"