diff options
| author | NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> | 2021-04-30 07:16:35 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-29 16:16:35 -0700 |
| commit | 422d8abfdd9ca67f03d34375b2b3c22cc3cd5796 (patch) | |
| tree | 252843b1ac7580f2af3ecf88c09aeb6301e1e85c | |
| parent | 69b57f85fc0ed4647a02e685fa300503ec55c4c8 (diff) | |
| download | vcpkg-422d8abfdd9ca67f03d34375b2b3c22cc3cd5796.tar.gz vcpkg-422d8abfdd9ca67f03d34375b2b3c22cc3cd5796.zip | |
[libwebsockets] Update dependency (#17253)
* [libwebsockets] Update dependency
* Update version files
| -rw-r--r-- | ports/libwebsockets/vcpkg.json | 7 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | 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,6 +1,11 @@ { "versions": [ { + "git-tree": "fa509ae21580082ef8aea72e394bb7005f689371", + "version-semver": "4.1.6", + "port-version": 2 + }, + { "git-tree": "1846ac46a72330104a9a4c13042cdb19ae8a42c4", "version-semver": "4.1.6", "port-version": 1 |
