[uWebSockets] updated to 19.0.0 alpha 5 (#16672)

* [uWebSockets] updated to 19.0.0 alpha 5

* versions db update

* Versions db update
This commit is contained in:
Andrew 2021-03-15 22:13:02 +04:00 committed by GitHub
parent d1c0075558
commit e2d4023b23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 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 6f1c0d802221b5eaae49acef8c2cfa48433583fb # v19.0.0 REF 0b97cc72d38c59798c2b69dc6486305a38819694 # v19.0.0a5
SHA512 ed648c7e1a422531a8e3fdcbc7c659fbe96e7c7e430b1924471ef13b49a12f7306fdf32df839f7572a2b8ca0e3a443fe1fa01bc368e2fc4d6f928b3803fe5d4c SHA512 3f3dc8aa3a1cce19d9f2734f022dbe6c137920c8506fa8c0c18b303ee50f759428076ac00351d8bd8496b003642ca6d565dceea9e0da922dab936974bc0a1b16
HEAD_REF master HEAD_REF master
) )

View File

@ -1,6 +1,6 @@
{ {
"name": "uwebsockets", "name": "uwebsockets",
"version": "19.0.0", "version": "19.0.0.5",
"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

@ -6101,7 +6101,7 @@
"port-version": 0 "port-version": 0
}, },
"uwebsockets": { "uwebsockets": {
"baseline": "19.0.0", "baseline": "19.0.0.5",
"port-version": 0 "port-version": 0
}, },
"v-hacd": { "v-hacd": {

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "14d375b4fa04de7a59640094779695634e19569a",
"version": "19.0.0.5",
"port-version": 0
},
{ {
"git-tree": "6d67d8f414f4789cfa069992488834f5c79fd9e6", "git-tree": "6d67d8f414f4789cfa069992488834f5c79fd9e6",
"version": "19.0.0", "version": "19.0.0",