diff options
| author | Phoebe <20694052+PhoebeHui@users.noreply.github.com> | 2021-09-08 23:02:56 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-08 08:02:56 -0700 |
| commit | bcf551b980380fe7f84fa302ad7ef3c184f9bf4f (patch) | |
| tree | 9cbb21db9f3752c60674bfbfb66d9349261db440 /ports/uwebsockets | |
| parent | e239a6fa6e701602729dfec6836ffa41ff06ee86 (diff) | |
| download | vcpkg-bcf551b980380fe7f84fa302ad7ef3c184f9bf4f.tar.gz vcpkg-bcf551b980380fe7f84fa302ad7ef3c184f9bf4f.zip | |
[fftw3/libwebsockets/uwebsockets] Update to latest release (#20051)
Diffstat (limited to 'ports/uwebsockets')
| -rw-r--r-- | ports/uwebsockets/portfile.cmake | 10 | ||||
| -rw-r--r-- | ports/uwebsockets/vcpkg.json | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/ports/uwebsockets/portfile.cmake b/ports/uwebsockets/portfile.cmake index 9c4150126..220a20207 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 b7c82d791010bd4c9b45528846f95b9886e9f984 # v19.2.0 - SHA512 54bd50d3e16e6d78081c1d780ddcb67668ab6d54d90fd99531522833b1a49796c94cc4dbe4e3685a3b1b2372fe6c08e4f84b3c0da061587da198e4076da4c3c1 + REF d40c2d1a3119e5855ddc187f6647d79fd2229e08 # v19.5.0 + SHA512 c99df55c1e557ba2ea035a4774988d76b0d5d239b42b5cccd267d7d0344aa84d5134efb960f46520f246d8bd7b2034f3626942e07a080e8493e9664dd2de5f49 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}/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) diff --git a/ports/uwebsockets/vcpkg.json b/ports/uwebsockets/vcpkg.json index 642458b0b..e886f53a1 100644 --- a/ports/uwebsockets/vcpkg.json +++ b/ports/uwebsockets/vcpkg.json @@ -1,6 +1,6 @@ { "name": "uwebsockets", - "version": "19.2.0", + "version": "19.5.0", "description": "Simple, secure & standards compliant web I/O for the most demanding of applications", "homepage": "https://github.com/uWebSockets/uWebSockets", "dependencies": [ |
