mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 12:35:37 +08:00
[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:
parent
d1c0075558
commit
e2d4023b23
@ -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
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -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": [
|
||||||
|
@ -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": {
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user