diff options
| author | zbroyar <zbroyar@users.noreply.github.com> | 2020-10-13 23:42:00 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-13 13:42:00 -0700 |
| commit | be0c3424d184afb0167a33c731bee2a03decfc4b (patch) | |
| tree | e43fb6ef473cff29516c3a3f4985ce18117ba6e2 /ports/libwebsockets/CONTROL | |
| parent | 17b23eeb3bde7166937e274fe142e7471c1495aa (diff) | |
| download | vcpkg-be0c3424d184afb0167a33c731bee2a03decfc4b.tar.gz vcpkg-be0c3424d184afb0167a33c731bee2a03decfc4b.zip | |
Use libwebsocket's master for libuv-related bugfixes (#13939)
* use libwebsocket's master for libuv-related bugfixes
* use tag v4.1.3 which includes libuv foreign loop fixes
Diffstat (limited to 'ports/libwebsockets/CONTROL')
| -rw-r--r-- | ports/libwebsockets/CONTROL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/libwebsockets/CONTROL b/ports/libwebsockets/CONTROL index 01bf57644..00d81d2d4 100644 --- a/ports/libwebsockets/CONTROL +++ b/ports/libwebsockets/CONTROL @@ -1,6 +1,6 @@ Source: libwebsockets -Version: 4.1.2 +Version: 4.1.3 Build-Depends: zlib, openssl, libuv, pthreads (windows) 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. -Supports: !(arm|uwp)
\ No newline at end of file +Supports: !(arm|uwp) |
