From 422d8abfdd9ca67f03d34375b2b3c22cc3cd5796 Mon Sep 17 00:00:00 2001 From: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Date: Fri, 30 Apr 2021 07:16:35 +0800 Subject: [libwebsockets] Update dependency (#17253) * [libwebsockets] Update dependency * Update version files --- ports/libwebsockets/vcpkg.json | 7 ++----- versions/baseline.json | 2 +- versions/l-/libwebsockets.json | 5 +++++ 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/ports/libwebsockets/vcpkg.json b/ports/libwebsockets/vcpkg.json index 946c4b611..897f6772b 100644 --- a/ports/libwebsockets/vcpkg.json +++ b/ports/libwebsockets/vcpkg.json @@ -1,17 +1,14 @@ { "name": "libwebsockets", "version-semver": "4.1.6", - "port-version": 1, + "port-version": 2, "description": "Libwebsockets is a lightweight pure C library built to use minimal CPU and memory resources, and provide fast throughput in both directions as client or server.", "homepage": "https://github.com/warmcat/libwebsockets", "supports": "!(arm | uwp)", "dependencies": [ "libuv", "openssl", - { - "name": "pthreads", - "platform": "!windows" - }, + "pthreads", "zlib" ] } diff --git a/versions/baseline.json b/versions/baseline.json index a7ff0c80a..667b1f092 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3630,7 +3630,7 @@ }, "libwebsockets": { "baseline": "4.1.6", - "port-version": 1 + "port-version": 2 }, "libxdiff": { "baseline": "0.23", diff --git a/versions/l-/libwebsockets.json b/versions/l-/libwebsockets.json index fa9b5e9e1..765c8cb00 100644 --- a/versions/l-/libwebsockets.json +++ b/versions/l-/libwebsockets.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "fa509ae21580082ef8aea72e394bb7005f689371", + "version-semver": "4.1.6", + "port-version": 2 + }, { "git-tree": "1846ac46a72330104a9a4c13042cdb19ae8a42c4", "version-semver": "4.1.6", -- cgit v1.2.3