mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 22:51:57 +08:00
[uwebsockets] Upgrade to 0.14.0alpha5
This commit is contained in:
parent
299776b539
commit
784aa2dd61
@ -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
|
||||
Version: 0.14.0alpha5
|
||||
Build-Depends: libuv, openssl, zlib, boost
|
||||
Description: Highly scalable cross-platform WebSocket & HTTP library for C++11 and Node.js
|
||||
|
@ -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})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user