Skip to content

Commit

Permalink
build(deps): update zlib version 1.2.13 to 1.3 in cross-build.sh (#1193)
Browse files Browse the repository at this point in the history
The 1.2.13 download url is no longer available.
  • Loading branch information
sevilen authored Oct 2, 2023
1 parent bbb7c5a commit 67ee27a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cross-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ STAGE_ROOT="${STAGE_ROOT:-/opt/stage}"
BUILD_ROOT="${BUILD_ROOT:-/opt/build}"
BUILD_TARGET="${BUILD_TARGET:-x86_64}"

ZLIB_VERSION="${ZLIB_VERSION:-1.2.13}"
ZLIB_VERSION="${ZLIB_VERSION:-1.3}"
JSON_C_VERSION="${JSON_C_VERSION:-0.16}"
MBEDTLS_VERSION="${MBEDTLS_VERSION:-2.28.1}"
LIBUV_VERSION="${LIBUV_VERSION:-1.44.2}"
Expand Down

0 comments on commit 67ee27a

Please sign in to comment.