diff options
| author | Alvin <52727318+AlvinZhangH@users.noreply.github.com> | 2019-12-21 04:05:39 +0800 |
|---|---|---|
| committer | dan-shaw <51385773+dan-shaw@users.noreply.github.com> | 2019-12-20 12:05:39 -0800 |
| commit | 81b9d5f890775e969b8e5b004f81cd26e134cbf5 (patch) | |
| tree | 0321ca460c7c25358844a9b6f6f229816d2a5962 | |
| parent | 31c085e1182af28e5c194586668688c1a2432c30 (diff) | |
| download | vcpkg-81b9d5f890775e969b8e5b004f81cd26e134cbf5.tar.gz vcpkg-81b9d5f890775e969b8e5b004f81cd26e134cbf5.zip | |
[uwebsockets] update to 0.16.5 (#9276)
* [uwebsockets] update to 0.16.5
* [uwebsockets] Include directory undo to master branch
| -rw-r--r-- | ports/uwebsockets/CONTROL | 2 | ||||
| -rw-r--r-- | ports/uwebsockets/portfile.cmake | 10 |
2 files changed, 4 insertions, 8 deletions
diff --git a/ports/uwebsockets/CONTROL b/ports/uwebsockets/CONTROL index aab615564..0553e2f6b 100644 --- a/ports/uwebsockets/CONTROL +++ b/ports/uwebsockets/CONTROL @@ -1,5 +1,5 @@ Source: uwebsockets -Version: 0.15.7 +Version: 0.16.5 Build-Depends: zlib, usockets Homepage: https://github.com/uWebSockets/uWebSockets Description: Simple, secure & standards compliant web I/O for the most demanding of applications diff --git a/ports/uwebsockets/portfile.cmake b/ports/uwebsockets/portfile.cmake index 350cc2f1a..5260a2f85 100644 --- a/ports/uwebsockets/portfile.cmake +++ b/ports/uwebsockets/portfile.cmake @@ -1,16 +1,12 @@ -include(vcpkg_common_functions) - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO uNetworking/uWebSockets - REF bc6ea664b17fb3736e1330e908aee00c4f3a750b - SHA512 a629c0a3d6ca3c6e7681cb8632076940c81de1493e1fcdfb7cdfb7eab4c4a05ccf3b5d53c4c325548e770176ce36fb4e67f212f65713d2dacb679da570930380 + REF 02ad3979a61cc4df9c15f2c776a7bbe2ba6dd09e #v0.16.5 + SHA512 1527f0a45bdab8426d76e38b0f36baf7567a2e6a045187730855b632841c6c6a45a54fca05d9a1200301dfa0b7a5f43a885cf2c07896c05ee93f45b4cb5c726a 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(COPY ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/uwebsockets) -file(RENAME ${CURRENT_PACKAGES_DIR}/share/uwebsockets/LICENSE ${CURRENT_PACKAGES_DIR}/share/uwebsockets/copyright) - +file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) |
