diff options
| author | Andrew <36067304+Phantomouse@users.noreply.github.com> | 2021-03-15 22:13:02 +0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-15 11:13:02 -0700 |
| commit | e2d4023b239534e75c1bba4c1b45984af497510e (patch) | |
| tree | 2b6775291fbb7292798c809236f10947bd65cecb | |
| parent | d1c007555858a9ddb91a012304e438036dd1ebfc (diff) | |
| download | vcpkg-e2d4023b239534e75c1bba4c1b45984af497510e.tar.gz vcpkg-e2d4023b239534e75c1bba4c1b45984af497510e.zip | |
[uWebSockets] updated to 19.0.0 alpha 5 (#16672)
* [uWebSockets] updated to 19.0.0 alpha 5
* versions db update
* Versions db update
| -rw-r--r-- | ports/uwebsockets/portfile.cmake | 4 | ||||
| -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, 9 insertions, 4 deletions
diff --git a/ports/uwebsockets/portfile.cmake b/ports/uwebsockets/portfile.cmake index a5238fb37..4a1396e59 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 6f1c0d802221b5eaae49acef8c2cfa48433583fb # v19.0.0 - SHA512 ed648c7e1a422531a8e3fdcbc7c659fbe96e7c7e430b1924471ef13b49a12f7306fdf32df839f7572a2b8ca0e3a443fe1fa01bc368e2fc4d6f928b3803fe5d4c + REF 0b97cc72d38c59798c2b69dc6486305a38819694 # v19.0.0a5 + SHA512 3f3dc8aa3a1cce19d9f2734f022dbe6c137920c8506fa8c0c18b303ee50f759428076ac00351d8bd8496b003642ca6d565dceea9e0da922dab936974bc0a1b16 HEAD_REF master ) diff --git a/ports/uwebsockets/vcpkg.json b/ports/uwebsockets/vcpkg.json index fb4c90951..3d6560ec5 100644 --- a/ports/uwebsockets/vcpkg.json +++ b/ports/uwebsockets/vcpkg.json @@ -1,6 +1,6 @@ { "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", "homepage": "https://github.com/uWebSockets/uWebSockets", "dependencies": [ diff --git a/versions/baseline.json b/versions/baseline.json index 0f57ce3c2..1ab50fbf1 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6101,7 +6101,7 @@ "port-version": 0 }, "uwebsockets": { - "baseline": "19.0.0", + "baseline": "19.0.0.5", "port-version": 0 }, "v-hacd": { diff --git a/versions/u-/uwebsockets.json b/versions/u-/uwebsockets.json index 752495168..5a80cd39b 100644 --- a/versions/u-/uwebsockets.json +++ b/versions/u-/uwebsockets.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "14d375b4fa04de7a59640094779695634e19569a", + "version": "19.0.0.5", + "port-version": 0 + }, + { "git-tree": "6d67d8f414f4789cfa069992488834f5c79fd9e6", "version": "19.0.0", "port-version": 0 |
