summaryrefslogtreecommitdiffstats
path: root/scripts/mingw-build.sh
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-07-19 10:30:34 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-07-19 10:30:34 +0000
commit0f295de137af54c84b4b3c447ee1c4f1f764d1fa (patch)
tree91ed46ecc714dea4c4c9922d264775db56e5b7ac /scripts/mingw-build.sh
parentAdding upstream version 1.6.3+20210924. (diff)
downloadttyd-65853b779589839dce998f33371891b5df69a771.tar.xz
ttyd-65853b779589839dce998f33371891b5df69a771.zip
Adding upstream version 1.6.3+20220719.upstream/1.6.3+20220719
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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}"