diff options
| author | chausner <15180557+chausner@users.noreply.github.com> | 2021-10-06 01:16:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-05 16:16:42 -0700 |
| commit | 3469e10df5bbea3ec8dfdf0e50829a8f9e0897ab (patch) | |
| tree | 25b53c867c941e58ee7d3dfef23552dec11f8925 /ports | |
| parent | d91e4ed055652518be0e836a9420f8f80b392ff5 (diff) | |
| download | vcpkg-3469e10df5bbea3ec8dfdf0e50829a8f9e0897ab.tar.gz vcpkg-3469e10df5bbea3ec8dfdf0e50829a8f9e0897ab.zip | |
[uwebsockets] Update to 20.5.0 (#20513)
* Update uwebsockets to 20.5.0
* Update CI baseline
Co-authored-by: chausner <chausner@users.noreply.github.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/uwebsockets/portfile.cmake | 5 | ||||
| -rw-r--r-- | ports/uwebsockets/vcpkg.json | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/ports/uwebsockets/portfile.cmake b/ports/uwebsockets/portfile.cmake index 5b479c18e..da004d02a 100644 --- a/ports/uwebsockets/portfile.cmake +++ b/ports/uwebsockets/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO uNetworking/uWebSockets - REF v19.9.0 - SHA512 A79C454AC37B279220C8B158434FD794512EECDE882C0FE3DC7047275B2FDF31E50B319A4D01B983C2C4EBCF3E1FD383D2D9AB977185326E6AE5B47685C0A048 + REF v20.5.0 + SHA512 B2AA6528DCF252DFFBEE99A7D9263037444ADE2EA473EC45C54EBCC39F3E795CB9E26D54147D72745576F09A3663AFA7EA46955133FA60BC4942EACEF4468DFE HEAD_REF master ) @@ -10,4 +10,3 @@ 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) -
diff --git a/ports/uwebsockets/vcpkg.json b/ports/uwebsockets/vcpkg.json index ef83022c5..b09ad8938 100644 --- a/ports/uwebsockets/vcpkg.json +++ b/ports/uwebsockets/vcpkg.json @@ -1,6 +1,6 @@ { "name": "uwebsockets", - "version": "19.9.0", + "version-semver": "20.5.0", "description": "Simple, secure & standards compliant web I/O for the most demanding of applications", "homepage": "https://github.com/uWebSockets/uWebSockets", "dependencies": [ |
