Skip to content

Commit

Permalink
[uwebsockets] Update to 20.11.0 (#23504)
Browse files Browse the repository at this point in the history
* [uwebsockets] Update to 20.11.0

* Update CI baseline
  • Loading branch information
walge-laine authored Mar 15, 2022
1 parent 59bf00a commit ab76268
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ports/uwebsockets/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO uNetworking/uWebSockets
REF v20.9.0
SHA512 a5f8716e5f7db4a842abd6bb1143b76b13c9cba7d623910110a18b1cb88adeda80918c3e4ba9ab434fd55f8a57b78ebb15b684d575eb59d5d6e458d24654a726
REF v20.11.0
SHA512 cd4efb386b4d140c6ccbfa92e8be1d3c9b896474a3074b95ad35bedde9face80a1e4bae594359555010d76c2ccf8243b29e97079de8b0f18cda510274135b8e0
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/uwebsockets/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uwebsockets",
"version-semver": "20.9.0",
"version-semver": "20.11.0",
"description": "Simple, secure & standards compliant web I/O for the most demanding of applications",
"homepage": "https://github.com/uWebSockets/uWebSockets",
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -7205,7 +7205,7 @@
"port-version": 1
},
"uwebsockets": {
"baseline": "20.9.0",
"baseline": "20.11.0",
"port-version": 0
},
"v-hacd": {
Expand Down
5 changes: 5 additions & 0 deletions versions/u-/uwebsockets.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "5b1e062e56cf8ea0bdfe07414a11791e62c964fe",
"version-semver": "20.11.0",
"port-version": 0
},
{
"git-tree": "bbc3058932f01e905d7cf4129e55da10496f8374",
"version-semver": "20.9.0",
Expand Down

0 comments on commit ab76268

Please sign in to comment.