diff options
| author | chausner <15180557+chausner@users.noreply.github.com> | 2021-10-06 01:36:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-05 16:36:01 -0700 |
| commit | e075169d0fe606ed92638fcfa5e1d776a37d1c48 (patch) | |
| tree | 7d83d7311bf0f2e3c607ea14b698794c600356c5 /versions | |
| parent | 29b85ae79722b87c8a1ecade7bad90644995c166 (diff) | |
| download | vcpkg-e075169d0fe606ed92638fcfa5e1d776a37d1c48.tar.gz vcpkg-e075169d0fe606ed92638fcfa5e1d776a37d1c48.zip | |
[usockets] Update to 0.8.1 (#20517)
* Update usockets to 0.8.1
* Update CI baseline
* Minor tweaks
* Update git-tree hash
Co-authored-by: chausner <chausner@users.noreply.github.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/u-/usockets.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index d144a49ee..cdbb9f26c 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6841,7 +6841,7 @@ "port-version": 1 }, "usockets": { - "baseline": "0.7.1", + "baseline": "0.8.1", "port-version": 0 }, "usrsctp": { diff --git a/versions/u-/usockets.json b/versions/u-/usockets.json index f610eb9bc..efac4caed 100644 --- a/versions/u-/usockets.json +++ b/versions/u-/usockets.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "de62ce303388342f83a490f69bdb92ec41ecc0f2", + "version": "0.8.1", + "port-version": 0 + }, + { "git-tree": "ec6a7f57141a0df8d899f38374682a87f381d1ed", "version": "0.7.1", "port-version": 0 |
