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 | |
| 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>
| -rw-r--r-- | port_versions/baseline.json | 4 | ||||
| -rw-r--r-- | port_versions/u-/usockets.json | 5 | ||||
| -rw-r--r-- | ports/usockets/CONTROL | 4 | ||||
| -rw-r--r-- | ports/usockets/portfile.cmake | 6 |
4 files changed, 12 insertions, 7 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 diff --git a/ports/usockets/CONTROL b/ports/usockets/CONTROL index e8dc13ac6..94279f0c1 100644 --- a/ports/usockets/CONTROL +++ b/ports/usockets/CONTROL @@ -1,7 +1,7 @@ Source: usockets -Version: 0.6.0 -Port-Version: 1 +Version: 2021-1-19 Build-Depends:libuv +Homepage: https://github.com/uNetworking/uSockets Description: Miniscule cross-platform eventing, networking & crypto for async applications Feature: ssl diff --git a/ports/usockets/portfile.cmake b/ports/usockets/portfile.cmake index 9eb3c7a57..42b8c84e9 100644 --- a/ports/usockets/portfile.cmake +++ b/ports/usockets/portfile.cmake @@ -5,8 +5,8 @@ EndIF () vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO uNetworking/uSockets - REF 0a81a97aa2182cbf55a38bc18196ef6c535c3981 # v0.6.0 - SHA512 244f8111a5e42d7b12094d6d5e3ddd4848b71477f74d023874cdb70799aa4c86322608a4483ff3e1a4029db9c51c06462460f9f89456692c75fbad754e2c3384 + REF 7683672d87067cd75b854f4e36b9820f4809a4be # 2021-1-19 + SHA512 0dbedc5e90af9a92e6597e801116b57fd99dcd5a8488e3b5ddce83bbcd1852d30f2c8954dc1991a807d32f00bdb62e654498687fec344d295f299ccf3920a1ca HEAD_REF master ) @@ -35,4 +35,4 @@ vcpkg_install_cmake() file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) -vcpkg_copy_pdbs()
\ No newline at end of file +vcpkg_copy_pdbs() |
