File tree 1 file changed +8
-3
lines changed
1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
class NodeAT20 < Formula
2
2
desc "Platform built on V8 to build network applications"
3
3
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 "
6
6
license "MIT"
7
- revision 1
8
7
9
8
livecheck do
10
9
url "https://nodejs.org/dist/"
@@ -50,6 +49,12 @@ class NodeAT20 < Formula
50
49
EOS
51
50
end
52
51
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
+
53
58
def install
54
59
ENV . llvm_clang if OS . mac? && ( DevelopmentTools . clang_build_version <= 1100 )
55
60
You can’t perform that action at this time.
0 commit comments