#2555 Update deps.

This commit is contained in:
XMRig 2021-08-28 13:10:48 +07:00
parent b52c289931
commit 6e4fea34a4
No known key found for this signature in database
GPG key ID: 446A53638BE94409
3 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
#!/bin/bash -e
HWLOC_VERSION="2.4.1"
HWLOC_VERSION="2.5.0"
mkdir -p deps
mkdir -p deps/include
@ -8,7 +8,7 @@ mkdir -p deps/lib
mkdir -p build && cd build
wget https://download.open-mpi.org/release/hwloc/v2.4/hwloc-${HWLOC_VERSION}.tar.gz -O hwloc-${HWLOC_VERSION}.tar.gz
wget https://download.open-mpi.org/release/hwloc/v2.5/hwloc-${HWLOC_VERSION}.tar.gz -O hwloc-${HWLOC_VERSION}.tar.gz
tar -xzf hwloc-${HWLOC_VERSION}.tar.gz
cd hwloc-${HWLOC_VERSION}

View file

@ -1,6 +1,6 @@
#!/bin/bash -e
OPENSSL_VERSION="1.1.1k"
OPENSSL_VERSION="1.1.1l"
mkdir -p deps
mkdir -p deps/include

View file

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