Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[uwebsockets] update to 19.2.0 #18525

Merged
merged 2 commits into from
Jun 18, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 0b97cc72d38c59798c2b69dc6486305a38819694 # v19.0.0a5
SHA512 3f3dc8aa3a1cce19d9f2734f022dbe6c137920c8506fa8c0c18b303ee50f759428076ac00351d8bd8496b003642ca6d565dceea9e0da922dab936974bc0a1b16
REF b7c82d791010bd4c9b45528846f95b9886e9f984 # v19.2.0
SHA512 54bd50d3e16e6d78081c1d780ddcb67668ab6d54d90fd99531522833b1a49796c94cc4dbe4e3685a3b1b2372fe6c08e4f84b3c0da061587da198e4076da4c3c1
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": "19.0.0.5",
"version": "19.2.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 @@ -6457,7 +6457,7 @@
"port-version": 0
},
"uwebsockets": {
"baseline": "19.0.0.5",
"baseline": "19.2.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": "b01131e5a07feb1613415677213d377995bfdc40",
"version": "19.2.0",
"port-version": 0
},
{
"git-tree": "14d375b4fa04de7a59640094779695634e19569a",
"version": "19.0.0.5",
Expand Down