Skip to content

Commit

Permalink
Update libwebsockets to v3.2.0 (#8017)
Browse files Browse the repository at this point in the history
  • Loading branch information
craftwar authored and vicroms committed Sep 9, 2019
1 parent 6eff9f2 commit f188960
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/libwebsockets/CONTROL
Original file line number Diff line number Diff line change
@@ -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.
4 changes: 2 additions & 2 deletions ports/libwebsockets/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down

0 comments on commit f188960

Please sign in to comment.