Skip to content

Commit

Permalink
cross: update mbedtls and json-c
Browse files Browse the repository at this point in the history
  • Loading branch information
tsl0922 committed Oct 29, 2023
1 parent 8c066c3 commit ae4a7c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/cross-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ BUILD_ROOT="${BUILD_ROOT:-/opt/build}"
BUILD_TARGET="${BUILD_TARGET:-x86_64}"

ZLIB_VERSION="${ZLIB_VERSION:-1.3}"
JSON_C_VERSION="${JSON_C_VERSION:-0.16}"
MBEDTLS_VERSION="${MBEDTLS_VERSION:-2.28.1}"
JSON_C_VERSION="${JSON_C_VERSION:-0.17}"
MBEDTLS_VERSION="${MBEDTLS_VERSION:-2.28.5}"
LIBUV_VERSION="${LIBUV_VERSION:-1.44.2}"
LIBWEBSOCKETS_VERSION="${LIBWEBSOCKETS_VERSION:-4.3.2}"

Expand Down

0 comments on commit ae4a7c4

Please sign in to comment.