node@18 18.14.0

* node@18 18.14.0
* node@18: use `python@3.11`

Closes #122175.

Co-authored-by: Patrick Linnane <patrick@linnane.io>
Signed-off-by: Rui Chen <rui@chenrui.dev>
Signed-off-by: Patrick Linnane <patrick@linnane.io>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
Alexander M. Turek 2023-02-02 22:48:44 +01:00 committed by BrewTestBot
parent d03c79fcf8
commit 558162cd26
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 3 additions and 6 deletions

View File

@ -1,10 +1,9 @@
class NodeAT18 < Formula
desc "Platform built on V8 to build network applications"
homepage "https://nodejs.org/"
url "https://nodejs.org/dist/v18.13.0/node-v18.13.0.tar.xz"
sha256 "fd4ac562e01d172896e3a959bd59552dbf647331c90d726f8d3471683dd3da68"
url "https://nodejs.org/dist/v18.14.0/node-v18.14.0.tar.xz"
sha256 "42ef9dd31993d5c8e82b0ab0969135093e6a296efa27b1be9afc04ac00f0267a"
license "MIT"
revision 1
livecheck do
url "https://nodejs.org/dist/"
@ -28,9 +27,7 @@ class NodeAT18 < Formula
deprecate! date: "2023-10-18", because: :unsupported
depends_on "pkg-config" => :build
# Bump to python@3.11 with node v18.13
# https://github.com/nodejs/node/commit/fee62ea05d6f958f5209a44df087efd25f356262
depends_on "python@3.10" => :build
depends_on "python@3.11" => :build
depends_on "brotli"
depends_on "c-ares"
depends_on "icu4c"