aboutsummaryrefslogtreecommitdiff
path: root/ports/libwebsockets/CONTROL
diff options
context:
space:
mode:
authorShuanglei Tao <tsl0922@gmail.com>2020-02-14 11:04:40 +0800
committerGitHub <noreply@github.com>2020-02-13 19:04:40 -0800
commitbc37190216256125bc7227456d5983809fec7373 (patch)
tree44cdcf23f9813c9d91c3d2dbd5b526f80d2f1515 /ports/libwebsockets/CONTROL
parent90114a0e2ecfc983d496720debbfec3a4c4d84ac (diff)
downloadvcpkg-bc37190216256125bc7227456d5983809fec7373.tar.gz
vcpkg-bc37190216256125bc7227456d5983809fec7373.zip
[libwebsockets] add libuv support (#9970)
* [libwebsockets] add libuv support * [libwebsockets] Bump control version Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Diffstat (limited to 'ports/libwebsockets/CONTROL')
-rw-r--r--ports/libwebsockets/CONTROL4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/libwebsockets/CONTROL b/ports/libwebsockets/CONTROL
index e6f9a9cb8..77536b9f8 100644
--- a/ports/libwebsockets/CONTROL
+++ b/ports/libwebsockets/CONTROL
@@ -1,5 +1,5 @@
Source: libwebsockets
-Version: 3.2.2
-Build-Depends: zlib, openssl
+Version: 3.2.2-1
+Build-Depends: zlib, openssl, libuv
Homepage: https://github.com/warmcat/libwebsockets
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.