diff --git a/scripts/build.hwloc.sh b/scripts/build.hwloc.sh index db85fb6f..74ba1e06 100755 --- a/scripts/build.hwloc.sh +++ b/scripts/build.hwloc.sh @@ -1,8 +1,8 @@ #!/bin/sh -e HWLOC_VERSION_MAJOR="2" -HWLOC_VERSION_MINOR="10" -HWLOC_VERSION_PATCH="0" +HWLOC_VERSION_MINOR="11" +HWLOC_VERSION_PATCH="2" HWLOC_VERSION="${HWLOC_VERSION_MAJOR}.${HWLOC_VERSION_MINOR}.${HWLOC_VERSION_PATCH}" diff --git a/scripts/build.openssl3.sh b/scripts/build.openssl3.sh index a935712e..f4b1e41c 100755 --- a/scripts/build.openssl3.sh +++ b/scripts/build.openssl3.sh @@ -1,6 +1,6 @@ #!/bin/sh -e -OPENSSL_VERSION="3.0.14" +OPENSSL_VERSION="3.0.15" mkdir -p deps mkdir -p deps/include diff --git a/scripts/build.uv.sh b/scripts/build.uv.sh index ca052f7a..2fb711cc 100755 --- a/scripts/build.uv.sh +++ b/scripts/build.uv.sh @@ -1,6 +1,6 @@ #!/bin/sh -e -UV_VERSION="1.48.0" +UV_VERSION="1.49.2" mkdir -p deps mkdir -p deps/include