aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-03-28 20:54:32 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2017-03-28 20:54:32 -0700
commit5c2593d09a1461b479329bd53bee7215d1a74d5b (patch)
tree4855e839ede1228aab46f908381ce00d1468123c
parent970a179cfdae65a55786ab4699826b982315f43d (diff)
parent9dc6c3a9561679802dd2f5130827718e3acd9353 (diff)
downloadvcpkg-5c2593d09a1461b479329bd53bee7215d1a74d5b.tar.gz
vcpkg-5c2593d09a1461b479329bd53bee7215d1a74d5b.zip
Merge branch 'Convery-master'
-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 10fc9837b..8387b72e4 100644
--- a/ports/uwebsockets/CONTROL
+++ b/ports/uwebsockets/CONTROL
@@ -1,4 +1,4 @@
Source: uwebsockets
-Version: 0.14.0alpha5
+Version: 0.14.1
Build-Depends: libuv, openssl, zlib, boost
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 2e40a82d2..e435f0204 100644
--- a/ports/uwebsockets/portfile.cmake
+++ b/ports/uwebsockets/portfile.cmake
@@ -1,10 +1,10 @@
include(vcpkg_common_functions)
-set(VERSION 0.14.0alpha5)
+set(VERSION 0.14.1)
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/uwebsockets-${VERSION})
vcpkg_download_distfile(ARCHIVE
URLS "https://github.com/uWebSockets/uWebSockets/archive/v${VERSION}.zip"
FILENAME "uwebsockets-v${VERSION}.zip"
- SHA512 22ee1f1569b5b3827092b014016447ccd82a6605695ac005b614fbe8c7eabc59e0e097fef7825743cc9dbb7f3522f5ac2e9fb4553a0367d1da60c739d14e2262
+ SHA512 1fb798ba49b45c48991ef3c657da9ef8f46d18009c77d9a2c6b98345f97ad7d7806e5490dc478dd5d05bc92bbeb849ac5a300fb91028f786274da89587c04c6e
)
vcpkg_extract_source_archive(${ARCHIVE})