diff options
| author | nicole mazzuca <mazzucan@outlook.com> | 2020-03-04 12:57:47 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-04 12:57:47 -0800 |
| commit | 778682f9451c011eee81a3508ca4b5f4fb51f289 (patch) | |
| tree | 199a6e92842a678c123c7f29184443570801605c | |
| parent | 3c1307865549864e6698ca04d63b2b5df464b641 (diff) | |
| download | vcpkg-778682f9451c011eee81a3508ca4b5f4fb51f289.tar.gz vcpkg-778682f9451c011eee81a3508ca4b5f4fb51f289.zip | |
[uwebsockets] Upgrade to v0.17.2 (#10262)
| -rw-r--r-- | ports/uwebsockets/CONTROL | 4 | ||||
| -rw-r--r-- | ports/uwebsockets/portfile.cmake | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/ports/uwebsockets/CONTROL b/ports/uwebsockets/CONTROL index 76df622b3..f9f1c8c05 100644 --- a/ports/uwebsockets/CONTROL +++ b/ports/uwebsockets/CONTROL @@ -1,5 +1,5 @@ Source: uwebsockets -Version: 0.17.1 +Version: 0.17.2 Build-Depends: zlib, usockets Homepage: https://github.com/uWebSockets/uWebSockets -Description: Simple, secure & standards compliant web I/O for the most demanding of applications
\ No newline at end of file +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 19daf8930..e7a4104a1 100644 --- a/ports/uwebsockets/portfile.cmake +++ b/ports/uwebsockets/portfile.cmake @@ -1,12 +1,12 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO uNetworking/uWebSockets - REF 588d234d45064fc70c0b6871383cbed2b6ff9d20 # v0.17.1 - SHA512 9fb5317e0b0877da737d331c5532eaac6c90e8e7fb38aff9f526ea36be98bbc59bb9dde856bcbd412c48c1703f095d981fe2aada6200df4c618ad2da4b68e9c0 + REF 7313e0168d1044b77ff262d398ae5669eb64b130 # v0.17.2 + SHA512 02888ebe3e678c9ba0d072543cb04041cc72881074a0feb05eaef3d9eb570c4b4cc4319d3b5ccdd3eca8bc93946aa0669edcbc1508fb03153251f3a1b629cfac 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)
\ No newline at end of file +file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) |
