[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>
This commit is contained in:
chausner 2021-09-28 05:01:51 +02:00 committed by GitHub
parent 50c0b41fe4
commit 1ecff29caf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 4 deletions

View File

@ -1,8 +1,8 @@
vcpkg_from_github( vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO uNetworking/uWebSockets REPO uNetworking/uWebSockets
REF d40c2d1a3119e5855ddc187f6647d79fd2229e08 # v19.5.0 REF v19.9.0
SHA512 c99df55c1e557ba2ea035a4774988d76b0d5d239b42b5cccd267d7d0344aa84d5134efb960f46520f246d8bd7b2034f3626942e07a080e8493e9664dd2de5f49 SHA512 A79C454AC37B279220C8B158434FD794512EECDE882C0FE3DC7047275B2FDF31E50B319A4D01B983C2C4EBCF3E1FD383D2D9AB977185326E6AE5B47685C0A048
HEAD_REF master 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(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)

View File

@ -1,6 +1,6 @@
{ {
"name": "uwebsockets", "name": "uwebsockets",
"version": "19.5.0", "version": "19.9.0",
"description": "Simple, secure & standards compliant web I/O for the most demanding of applications", "description": "Simple, secure & standards compliant web I/O for the most demanding of applications",
"homepage": "https://github.com/uWebSockets/uWebSockets", "homepage": "https://github.com/uWebSockets/uWebSockets",
"dependencies": [ "dependencies": [

View File

@ -6801,7 +6801,7 @@
"port-version": 1 "port-version": 1
}, },
"uwebsockets": { "uwebsockets": {
"baseline": "19.5.0", "baseline": "19.9.0",
"port-version": 0 "port-version": 0
}, },
"v-hacd": { "v-hacd": {

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "3a4914dce094328bc8cf2040025268c96f10fc30",
"version": "19.9.0",
"port-version": 0
},
{ {
"git-tree": "2f80ce22f9718454ab35607c0a65138b65c06fe7", "git-tree": "2f80ce22f9718454ab35607c0a65138b65c06fe7",
"version": "19.5.0", "version": "19.5.0",