summaryrefslogtreecommitdiffstats
path: root/scripts/cross-build.sh
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-10-21 09:24:51 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-10-21 09:24:51 +0000
commit97d4bdd0effbdc675e8c136ed72c43e7898385d8 (patch)
tree9bbb2849cc74e0751e4eb9e122dd3e9d5c23be2d /scripts/cross-build.sh
parentAdding upstream version 1.7.1. (diff)
downloadttyd-97d4bdd0effbdc675e8c136ed72c43e7898385d8.tar.xz
ttyd-97d4bdd0effbdc675e8c136ed72c43e7898385d8.zip
Adding upstream version 1.7.2.upstream/1.7.2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'scripts/cross-build.sh')
-rwxr-xr-xscripts/cross-build.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/cross-build.sh b/scripts/cross-build.sh
index 22c9849..75aaf94 100755
--- a/scripts/cross-build.sh
+++ b/scripts/cross-build.sh
@@ -10,10 +10,10 @@ STAGE_ROOT="${STAGE_ROOT:-/opt/stage}"
BUILD_ROOT="${BUILD_ROOT:-/opt/build}"
BUILD_TARGET="${BUILD_TARGET:-x86_64}"
-ZLIB_VERSION="${ZLIB_VERSION:-1.2.12}"
-JSON_C_VERSION="${JSON_C_VERSION:-0.15}"
-MBEDTLS_VERSION="${MBEDTLS_VERSION:-3.1.0}"
-LIBUV_VERSION="${LIBUV_VERSION:-1.40.0}"
+ZLIB_VERSION="${ZLIB_VERSION:-1.2.13}"
+JSON_C_VERSION="${JSON_C_VERSION:-0.16}"
+MBEDTLS_VERSION="${MBEDTLS_VERSION:-2.28.1}"
+LIBUV_VERSION="${LIBUV_VERSION:-1.44.2}"
LIBWEBSOCKETS_VERSION="${LIBWEBSOCKETS_VERSION:-4.3.2}"
build_zlib() {