diff options
| author | Alexander Karatarakis <alex@karatarakis.com> | 2017-08-11 08:38:59 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-11 08:38:59 -0700 |
| commit | aa266ca49568cb6f7086e33c593c88fb09dff21f (patch) | |
| tree | 97836486980a9c9f497ab88f68dd07b2ffb7ad89 | |
| parent | f2c655c7dfa02fe0fcca4a6207f3f1cc55da540c (diff) | |
| parent | 3f7cbe9528e0c5df078dbb937d94dde34f71517e (diff) | |
| download | vcpkg-aa266ca49568cb6f7086e33c593c88fb09dff21f.tar.gz vcpkg-aa266ca49568cb6f7086e33c593c88fb09dff21f.zip | |
Merge pull request #1630 from Convery/master
Updated uwebsocket to 0.14.4
| -rw-r--r-- | ports/uwebsockets/CONTROL | 2 | ||||
| -rw-r--r-- | ports/uwebsockets/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/uwebsockets/CONTROL b/ports/uwebsockets/CONTROL index 6371c8ad0..4faab5bfe 100644 --- a/ports/uwebsockets/CONTROL +++ b/ports/uwebsockets/CONTROL @@ -1,4 +1,4 @@ Source: uwebsockets -Version: 0.14.3 +Version: 0.14.4 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 85c64c743..9c7a9d719 100644 --- a/ports/uwebsockets/portfile.cmake +++ b/ports/uwebsockets/portfile.cmake @@ -1,10 +1,10 @@ include(vcpkg_common_functions) -set(VERSION 0.14.3) +set(VERSION 0.14.4) 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 a64a6ee91d411f4285deb10b9b7620b4c4a2ff0f8137864380968349f7786c406ba44644b6ca589ee41c1e5adfa1ee1cf3697e54ecf5d459ab8bf69a3a4def7e + SHA512 cc395437790a51a729582897111304e7d6c72574d59c55929a686b6a8a489eb3ea3ea7f037aeda9083243317ed885bd710a708d3dd635220387d3253e0712b10 ) vcpkg_extract_source_archive(${ARCHIVE}) |
