aboutsummaryrefslogtreecommitdiff
path: root/ports/libwebsockets/CONTROL
diff options
context:
space:
mode:
authorwangli28 <47812810+wangli28@users.noreply.github.com>2019-06-18 02:32:15 +0800
committerPhil Christensen <philc@microsoft.com>2019-06-17 11:32:15 -0700
commitb4ae1fb52109e5f1359583d49a0d274412f3bd50 (patch)
tree6c31875638fa03f03684ea938c8e047719bc3efd /ports/libwebsockets/CONTROL
parentba0b34c2e88c50626bb38a6f21ffcc7b2f93ad4d (diff)
downloadvcpkg-b4ae1fb52109e5f1359583d49a0d274412f3bd50.tar.gz
vcpkg-b4ae1fb52109e5f1359583d49a0d274412f3bd50.zip
[libwebsockets] Fix build error on Linux (#6855)
Diffstat (limited to 'ports/libwebsockets/CONTROL')
-rw-r--r--ports/libwebsockets/CONTROL2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/libwebsockets/CONTROL b/ports/libwebsockets/CONTROL
index 97a755677..ae9c3d6ee 100644
--- a/ports/libwebsockets/CONTROL
+++ b/ports/libwebsockets/CONTROL
@@ -1,5 +1,5 @@
Source: libwebsockets
-Version: 3.1.0
+Version: 3.1.0-1
Build-Depends: zlib, openssl
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.