[uwebsockets] Update to 0.14.7 (#3253)

* [uwebsockets] Update to 0.14.6

* [uwebsockets] Update to 0.14.7
This commit is contained in:
Wimok Nopphiboon 2018-04-14 07:48:45 +07:00 committed by Alexander Karatarakis
parent 0764aafbd0
commit 4e48a1c235
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
Source: uwebsockets
Version: 0.14.6-1
Version: 0.14.7-1
Build-Depends: libuv, openssl, zlib
Description: Highly scalable cross-platform WebSocket & HTTP library for C++11 and Node.js

View File

@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO uWebSockets/uWebSockets
REF v0.14.6
SHA512 cac3be6fcd49796590f19bde89e4195cecf9097248f7550ef6942573b59cd132f136ec026203e8524270440a7ae18c49472eb2166028b5c68d4a4cc457af4748
REF v0.14.7
SHA512 1049497f7b63770dcfdc44bef562ce43b87fa553e8ec778c8ee2506f406a23f5fdcf67904f0458e38fc0843899b43b92ccef5f36cae40228cfe47b6f38fa0e15
HEAD_REF master
)