[uwebsockets] Update version to 20.70.0 (#42100)

This commit is contained in:
Frank 2024-11-11 08:24:18 +00:00 committed by GitHub
parent ba7070b86a
commit 44adcd9480
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

View File

@ -3,7 +3,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO uNetworking/uWebSockets REPO uNetworking/uWebSockets
REF "v${VERSION}" REF "v${VERSION}"
SHA512 5af17616f10656404a8db6cadc187ae363efb2f579947771898d1901a6c0cc9c4297c8f0c4c05885c624cb8af6f4ee2305649094eedbb603ef0110d22b136b88 SHA512 49c0193e6b6dad5533f489b0a0247b5f5e3fa27b96e499699a42dcca2406a159b0158d11c4527bc7dd8da8b56427ff15eb08c28a660527ee76c1579366d3dd57
HEAD_REF master HEAD_REF master
) )

View File

@ -1,6 +1,6 @@
{ {
"name": "uwebsockets", "name": "uwebsockets",
"version-semver": "20.67.0", "version-semver": "20.70.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",
"license": "Apache-2.0", "license": "Apache-2.0",

View File

@ -9285,7 +9285,7 @@
"port-version": 0 "port-version": 0
}, },
"uwebsockets": { "uwebsockets": {
"baseline": "20.67.0", "baseline": "20.70.0",
"port-version": 0 "port-version": 0
}, },
"v-hacd": { "v-hacd": {

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "be8eaa143a359edd215ab039b7f7422e6bc392f0",
"version-semver": "20.70.0",
"port-version": 0
},
{ {
"git-tree": "5395321b562c4f565db92f93fe54be6fdbeb896f", "git-tree": "5395321b562c4f565db92f93fe54be6fdbeb896f",
"version-semver": "20.67.0", "version-semver": "20.67.0",