mirror of
https://github.com/xmrig/xmrig.git
synced 2025-01-03 17:40:13 +00:00
Updated libuv version in build_deps.sh.
This commit is contained in:
parent
f1827e925e
commit
118b2e4a68
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash -e
|
#!/bin/bash -e
|
||||||
|
|
||||||
UV_VERSION="1.33.1"
|
UV_VERSION="1.34.0"
|
||||||
OPENSSL_VERSION="1.1.1d"
|
OPENSSL_VERSION="1.1.1d"
|
||||||
HWLOC_VERSION="2.1.0"
|
HWLOC_VERSION="2.1.0"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue