update build.uv.sh to d/l v. 1.43.0

Download version 1.43.0 instead of 1.42.0
This commit is contained in:
hilga007 2022-02-20 20:17:18 -08:00 committed by GitHub
parent 4f5f9bdffb
commit 5151183fd2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
#!/bin/bash -e
UV_VERSION="1.42.0"
UV_VERSION="1.43.0"
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 ..
cd ..