summaryrefslogtreecommitdiffstats
path: root/scripts/mingw-build.sh
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-07-19 10:30:42 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-07-19 10:31:02 +0000
commit10985cae8ff424108524bbb7995b8cab82a4ebef (patch)
treee5719077db4d92b67c28d1e76cf7d736e56c4f5f /scripts/mingw-build.sh
parentReleasing debian version 1.6.3+20210924-1. (diff)
downloadttyd-10985cae8ff424108524bbb7995b8cab82a4ebef.tar.xz
ttyd-10985cae8ff424108524bbb7995b8cab82a4ebef.zip
Merging upstream version 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}"