mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 06:49:02 +08:00
[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>
This commit is contained in:
parent
fefd1e53fb
commit
816614a8eb
@ -5925,8 +5925,8 @@
|
|||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"usockets": {
|
"usockets": {
|
||||||
"baseline": "0.6.0",
|
"baseline": "2021-1-19",
|
||||||
"port-version": 1
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"usrsctp": {
|
"usrsctp": {
|
||||||
"baseline": "0db9691",
|
"baseline": "0db9691",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "5975b2b9c3d03c5a2d02cf19eaa35e5370e7ebad",
|
||||||
|
"version-string": "2021-1-19",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "2234660f66ba0960924aebfc3be037cf22e9e222",
|
"git-tree": "2234660f66ba0960924aebfc3be037cf22e9e222",
|
||||||
"version-string": "0.6.0",
|
"version-string": "0.6.0",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Source: usockets
|
Source: usockets
|
||||||
Version: 0.6.0
|
Version: 2021-1-19
|
||||||
Port-Version: 1
|
|
||||||
Build-Depends:libuv
|
Build-Depends:libuv
|
||||||
|
Homepage: https://github.com/uNetworking/uSockets
|
||||||
Description: Miniscule cross-platform eventing, networking & crypto for async applications
|
Description: Miniscule cross-platform eventing, networking & crypto for async applications
|
||||||
|
|
||||||
Feature: ssl
|
Feature: ssl
|
||||||
|
@ -5,8 +5,8 @@ EndIF ()
|
|||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO uNetworking/uSockets
|
REPO uNetworking/uSockets
|
||||||
REF 0a81a97aa2182cbf55a38bc18196ef6c535c3981 # v0.6.0
|
REF 7683672d87067cd75b854f4e36b9820f4809a4be # 2021-1-19
|
||||||
SHA512 244f8111a5e42d7b12094d6d5e3ddd4848b71477f74d023874cdb70799aa4c86322608a4483ff3e1a4029db9c51c06462460f9f89456692c75fbad754e2c3384
|
SHA512 0dbedc5e90af9a92e6597e801116b57fd99dcd5a8488e3b5ddce83bbcd1852d30f2c8954dc1991a807d32f00bdb62e654498687fec344d295f299ccf3920a1ca
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user