libuv is with new version

https://github.com/libuv/libuv/archive/refs/tags/v1.42.0.tar.gz
This commit is contained in:
Vyapaari 2021-08-24 17:22:56 +05:30 committed by GitHub
parent 230ff87634
commit e3480528ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
#!/bin/bash -e #!/bin/bash -e
UV_VERSION="1.41.0" UV_VERSION="1.42.0"
mkdir -p deps mkdir -p deps
mkdir -p deps/include mkdir -p deps/include