Skip to content

Commit

Permalink
[uwebsockets] update to 20.62.0 (microsoft#37894)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiayuehua authored Apr 1, 2024
1 parent b73af9a commit 9b47e9d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/uwebsockets/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO uNetworking/uWebSockets
REF "v${VERSION}"
SHA512 d7f8f32d92102c7dd4a8a7cc916c39d5313a5e46bf3f44c7ed205991fdc4ff72d8c7d4f3089a6c180b002707e4d215405b5bc58ced23cf0378795124b0e52a36
SHA512 7ec432003f2a33d34fef6d683e0253518751392079fc0bd35df9dc3a7595afe8003690c9a635e746728b15c2f11e536f21969d21957c359d00d8f485f8607a04
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.60.0",
"version-semver": "20.62.0",
"description": "Simple, secure & standards compliant web I/O for the most demanding of applications",
"homepage": "https://github.com/uWebSockets/uWebSockets",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -8969,7 +8969,7 @@
"port-version": 0
},
"uwebsockets": {
"baseline": "20.60.0",
"baseline": "20.62.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": "ccb96723a6350902ed36acc11fc42d1125dd52e7",
"version-semver": "20.62.0",
"port-version": 0
},
{
"git-tree": "e2f6c87764b59647fb64764dd5fd4a5170d7c33e",
"version-semver": "20.60.0",
Expand Down

0 comments on commit 9b47e9d

Please sign in to comment.