summaryrefslogtreecommitdiffstats
path: root/scripts/mingw-build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/mingw-build.sh')
-rw-r--r--scripts/mingw-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mingw-build.sh b/scripts/mingw-build.sh
index 8b74cdb..48f5dd8 100644
--- a/scripts/mingw-build.sh
+++ b/scripts/mingw-build.sh
@@ -4,7 +4,7 @@ set -eo pipefail
TMPDIR="${TMPDIR:-/tmp}"
JSON_C_VERSION="${JSON_C_VERSION:-0.15}"
-LIBWEBSOCKETS_VERSION="${LIBWEBSOCKETS_VERSION:-4.2.1}"
+LIBWEBSOCKETS_VERSION="${LIBWEBSOCKETS_VERSION:-4.3.2}"
build_libwebsockets() {
curl -sLo- "https://github.com/warmcat/libwebsockets/archive/v${LIBWEBSOCKETS_VERSION}.tar.gz" | tar xz -f - -C "${TMPDIR}"