From 7398b51be69f80356a4f1ae8b1447a22ede250c2 Mon Sep 17 00:00:00 2001 From: "hinto.janaiyo" Date: Sat, 12 Mar 2022 12:32:32 -0500 Subject: [PATCH] libuv v1.42.0 > v1.44.1 --- scripts/build.uv.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/build.uv.sh b/scripts/build.uv.sh index 6179b2d2..9c9bcf80 100755 --- a/scripts/build.uv.sh +++ b/scripts/build.uv.sh @@ -1,6 +1,6 @@ #!/bin/bash -e -UV_VERSION="1.42.0" +UV_VERSION="1.44.1" mkdir -p deps mkdir -p deps/include @@ -17,4 +17,4 @@ sh autogen.sh make -j$(nproc || sysctl -n hw.ncpu || sysctl -n hw.logicalcpu) cp -fr include ../../deps cp .libs/libuv.a ../../deps/lib -cd .. \ No newline at end of file +cd ..