[uwebsockets] Update to 0.17.0 alpha 4 (#9535)

This commit is contained in:
NancyLi1013 2020-01-06 10:57:20 -08:00 committed by dan-shaw
parent 7a25265e5d
commit 8d5b7e3828
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
Source: uwebsockets
Version: 0.16.5
Version: 0.17.0a4
Build-Depends: zlib, usockets
Homepage: https://github.com/uWebSockets/uWebSockets
Description: Simple, secure & standards compliant web I/O for the most demanding of applications
Description: Simple, secure & standards compliant web I/O for the most demanding of applications

View File

@ -1,12 +1,12 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO uNetworking/uWebSockets
REF 02ad3979a61cc4df9c15f2c776a7bbe2ba6dd09e #v0.16.5
SHA512 1527f0a45bdab8426d76e38b0f36baf7567a2e6a045187730855b632841c6c6a45a54fca05d9a1200301dfa0b7a5f43a885cf2c07896c05ee93f45b4cb5c726a
REF 736e50bdc86e000effcf5068013bd838ddd87291 #v0.17.0a4
SHA512 feade724c6f262d4f47cb0f1fd993419a8e56cd13a35c367f8de7040138fe0020d0edf366c40e62f17435ba546af4540d9cd87f0974c59dddda490ec06c042a9
HEAD_REF master
)
file(COPY ${SOURCE_PATH}/src DESTINATION ${CURRENT_PACKAGES_DIR}/include)
file(RENAME ${CURRENT_PACKAGES_DIR}/include/src ${CURRENT_PACKAGES_DIR}/include/uwebsockets/)
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)