diff options
| -rw-r--r-- | ports/uwebsockets/CONTROL | 6 | ||||
| -rw-r--r-- | ports/uwebsockets/portfile.cmake | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/ports/uwebsockets/CONTROL b/ports/uwebsockets/CONTROL index 2a7afcbb4..10fc9837b 100644 --- a/ports/uwebsockets/CONTROL +++ b/ports/uwebsockets/CONTROL @@ -1,4 +1,4 @@ Source: uwebsockets -Version: 0.13.0-2 -Build-Depends: libuv, openssl, zlib -Description: Highly scalable cross-platform WebSocket & HTTP library for C++11 and Node.js
\ No newline at end of file +Version: 0.14.0alpha5 +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 b561f7fa8..2e40a82d2 100644 --- a/ports/uwebsockets/portfile.cmake +++ b/ports/uwebsockets/portfile.cmake @@ -1,10 +1,10 @@ include(vcpkg_common_functions) -set(VERSION 0.13.0) +set(VERSION 0.14.0alpha5) 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 d3912296ed9e20900dc401e841238b84fe273e2e828500347d311948b8cb9dc3a08039b87f82d32a5844e39782201fe39641f336040a4a0493787760f1b5c618 + SHA512 22ee1f1569b5b3827092b014016447ccd82a6605695ac005b614fbe8c7eabc59e0e097fef7825743cc9dbb7f3522f5ac2e9fb4553a0367d1da60c739d14e2262 ) vcpkg_extract_source_archive(${ARCHIVE}) |
