aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWimok Nupphiboon <wimok.mok@gmail.com>2018-04-13 10:10:55 +0700
committerWimok Nupphiboon <wimok.mok@gmail.com>2018-04-13 10:10:55 +0700
commit4c028691c7f03335f6fb8a38ce80794c213819cb (patch)
tree5eddf30d5f9e03ed47c7f3b057a29482ffa7d5e9
parent00cdc0b10a089c6c3763f8e3c7847efac909e3fd (diff)
downloadvcpkg-4c028691c7f03335f6fb8a38ce80794c213819cb.tar.gz
vcpkg-4c028691c7f03335f6fb8a38ce80794c213819cb.zip
[uwebsockets] Update to 0.14.7
-rw-r--r--ports/uwebsockets/CONTROL2
-rw-r--r--ports/uwebsockets/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/uwebsockets/CONTROL b/ports/uwebsockets/CONTROL
index 1757aae53..7e636ba9c 100644
--- a/ports/uwebsockets/CONTROL
+++ b/ports/uwebsockets/CONTROL
@@ -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
diff --git a/ports/uwebsockets/portfile.cmake b/ports/uwebsockets/portfile.cmake
index f7cbb6843..a24f49631 100644
--- a/ports/uwebsockets/portfile.cmake
+++ b/ports/uwebsockets/portfile.cmake
@@ -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
)