diff options
| -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) |
