Skip to content

Commit 24d8f5e

Browse files
BrewTestBotchenrui333
authored andcommitted
node@20 20.19.1
node@20: add build patch Signed-off-by: Rui Chen <[email protected]>
1 parent adf488b commit 24d8f5e

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

Formula/n/[email protected]

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
class NodeAT20 < Formula
22
desc "Platform built on V8 to build network applications"
33
homepage "https://nodejs.org/"
4-
url "https://nodejs.org/dist/v20.19.0/node-v20.19.0.tar.xz"
5-
sha256 "5ac2516fc905b6a0bc1a33e7302937eac664a820b887cc86bd48c035fba392d7"
4+
url "https://nodejs.org/dist/v20.19.1/node-v20.19.1.tar.xz"
5+
sha256 "5587b23e907d0c7af2ea8a8deb33ec50010453b46dbb3df5987c5678eee5ed51"
66
license "MIT"
7-
revision 1
87

98
livecheck do
109
url "https://nodejs.org/dist/"
@@ -50,6 +49,12 @@ class NodeAT20 < Formula
5049
EOS
5150
end
5251

52+
# zlib build patch
53+
patch do
54+
url "https://github.com/Bo98/node/commit/fdc3645a08ca26062ece674615a2425b908ebf30.patch?full_index=1"
55+
sha256 "f6eb94017a8e86956133144b52f3b93ead230e61413da4022a3bd96526c86521"
56+
end
57+
5358
def install
5459
ENV.llvm_clang if OS.mac? && (DevelopmentTools.clang_build_version <= 1100)
5560

0 commit comments

Comments
 (0)