diff options
| author | craftwar <16416710+craftwar@users.noreply.github.com> | 2019-09-10 02:16:59 +0800 |
|---|---|---|
| committer | Victor Romero <romerosanchezv@gmail.com> | 2019-09-09 11:16:59 -0700 |
| commit | f18896028c0e1cf435bc9bd59fccf58b2728b420 (patch) | |
| tree | 3d66476516e735953e16518678a1dd9ec441e7c3 /ports/libwebsockets | |
| parent | 6eff9f21f8132c4f5080370ffd7de3c611bebe2e (diff) | |
| download | vcpkg-f18896028c0e1cf435bc9bd59fccf58b2728b420.tar.gz vcpkg-f18896028c0e1cf435bc9bd59fccf58b2728b420.zip | |
Update libwebsockets to v3.2.0 (#8017)
Diffstat (limited to 'ports/libwebsockets')
| -rw-r--r-- | ports/libwebsockets/CONTROL | 2 | ||||
| -rw-r--r-- | ports/libwebsockets/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/libwebsockets/CONTROL b/ports/libwebsockets/CONTROL index a180ec420..66a4af024 100644 --- a/ports/libwebsockets/CONTROL +++ b/ports/libwebsockets/CONTROL @@ -1,5 +1,5 @@ Source: libwebsockets -Version: 3.1.0-3 +Version: 3.2.0 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. diff --git a/ports/libwebsockets/portfile.cmake b/ports/libwebsockets/portfile.cmake index 06793dd8e..6f00115eb 100644 --- a/ports/libwebsockets/portfile.cmake +++ b/ports/libwebsockets/portfile.cmake @@ -3,8 +3,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO warmcat/libwebsockets - REF v3.1.0 - SHA512 e2a4c1b25bc6f028654a63fc01a2732e6c63414868f8d3d01fa477752fdabe0f61e8d271fe7dd2734db0e15b1250f6b0101285b6d694f971ec4bf67ba7ee067c + REF v3.2.0 + SHA512 afc1c9e259d6d48000b09da111af4129680d50474cdfedbad197ee22260d57a837b67cc6a3f8e6b1aa7ce7dc5d3fd900569783631540501709868125c6d1e4da HEAD_REF master ) |
