diff options
| author | chausner <15180557+chausner@users.noreply.github.com> | 2021-09-28 05:01:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-27 20:01:51 -0700 |
| commit | 1ecff29caff630fc51e30202c7078eddaff5fd09 (patch) | |
| tree | 77c3bd0ce70f07777130a9d113ff7abdbfd2944b | |
| parent | 50c0b41fe49f9239fda2b6d8bb5ca322b571c189 (diff) | |
| download | vcpkg-1ecff29caff630fc51e30202c7078eddaff5fd09.tar.gz vcpkg-1ecff29caff630fc51e30202c7078eddaff5fd09.zip | |
[uwebsockets] Update to 19.9.0 (#20331)
* Update uwebsockets to 19.9.0
* Update CI baseline
Co-authored-by: chausner <chausner@users.noreply.github.com>
| -rw-r--r-- | ports/uwebsockets/portfile.cmake | 5 | ||||
| -rw-r--r-- | ports/uwebsockets/vcpkg.json | 2 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/u-/uwebsockets.json | 5 |
4 files changed, 10 insertions, 4 deletions
diff --git a/ports/uwebsockets/portfile.cmake b/ports/uwebsockets/portfile.cmake index 220a20207..5b479c18e 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 d40c2d1a3119e5855ddc187f6647d79fd2229e08 # v19.5.0 - SHA512 c99df55c1e557ba2ea035a4774988d76b0d5d239b42b5cccd267d7d0344aa84d5134efb960f46520f246d8bd7b2034f3626942e07a080e8493e9664dd2de5f49 + REF v19.9.0 + SHA512 A79C454AC37B279220C8B158434FD794512EECDE882C0FE3DC7047275B2FDF31E50B319A4D01B983C2C4EBCF3E1FD383D2D9AB977185326E6AE5B47685C0A048 HEAD_REF master ) @@ -10,3 +10,4 @@ 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 e886f53a1..ef83022c5 100644 --- a/ports/uwebsockets/vcpkg.json +++ b/ports/uwebsockets/vcpkg.json @@ -1,6 +1,6 @@ { "name": "uwebsockets", - "version": "19.5.0", + "version": "19.9.0", "description": "Simple, secure & standards compliant web I/O for the most demanding of applications", "homepage": "https://github.com/uWebSockets/uWebSockets", "dependencies": [ diff --git a/versions/baseline.json b/versions/baseline.json index 5936fbfa0..caf94b803 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6801,7 +6801,7 @@ "port-version": 1 }, "uwebsockets": { - "baseline": "19.5.0", + "baseline": "19.9.0", "port-version": 0 }, "v-hacd": { diff --git a/versions/u-/uwebsockets.json b/versions/u-/uwebsockets.json index 8b5f54baa..52dbfa79a 100644 --- a/versions/u-/uwebsockets.json +++ b/versions/u-/uwebsockets.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "3a4914dce094328bc8cf2040025268c96f10fc30", + "version": "19.9.0", + "port-version": 0 + }, + { "git-tree": "2f80ce22f9718454ab35607c0a65138b65c06fe7", "version": "19.5.0", "port-version": 0 |
