diff options
| author | JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> | 2021-01-20 02:55:29 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-19 10:55:29 -0800 |
| commit | 816614a8eb56591f5977babdb8b16cb25c6c1f97 (patch) | |
| tree | 4ad77aac17c05bc2fe7b71d8d7eaadd0538c60c3 /port_versions | |
| parent | fefd1e53fbcd4485b455e271a85dccd97e62ba79 (diff) | |
| download | vcpkg-816614a8eb56591f5977babdb8b16cb25c6c1f97.tar.gz vcpkg-816614a8eb56591f5977babdb8b16cb25c6c1f97.zip | |
[usockets] Update uSockets to the latest version (#15743)
* [uSockets] Update uSockets to the latest version
* Update port_versions
* Update portfile.cmake
* update baseline
Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
Diffstat (limited to 'port_versions')
| -rw-r--r-- | port_versions/baseline.json | 4 | ||||
| -rw-r--r-- | port_versions/u-/usockets.json | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/port_versions/baseline.json b/port_versions/baseline.json index 6839f0f3a..8d593ad05 100644 --- a/port_versions/baseline.json +++ b/port_versions/baseline.json @@ -5925,8 +5925,8 @@ "port-version": 0 }, "usockets": { - "baseline": "0.6.0", - "port-version": 1 + "baseline": "2021-1-19", + "port-version": 0 }, "usrsctp": { "baseline": "0db9691", diff --git a/port_versions/u-/usockets.json b/port_versions/u-/usockets.json index 6f6a6186c..6f95a3290 100644 --- a/port_versions/u-/usockets.json +++ b/port_versions/u-/usockets.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "5975b2b9c3d03c5a2d02cf19eaa35e5370e7ebad", + "version-string": "2021-1-19", + "port-version": 0 + }, + { "git-tree": "2234660f66ba0960924aebfc3be037cf22e9e222", "version-string": "0.6.0", "port-version": 1 |
