mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 13:28:01 +08:00
uSockets v0.8.8 (#38527)
- [V] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md). - [V] SHA512s are updated for each updated download. - [V] The "supports" clause reflects platforms that may be fixed by this new version. - [V] Any fixed [CI baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt) entries are removed from that file. - [V] Any patches that are no longer applied are deleted from the port's directory. - [V] The version database is fixed by rerunning `./vcpkg x-add-version --all` and committing the result. - [V] Only one version is added to each modified port's versions file.
This commit is contained in:
parent
815d93b520
commit
026b589594
@ -13,7 +13,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO uNetworking/uSockets
|
||||
REF "v${VERSION}"
|
||||
SHA512 a4f71e146003056c4a3e99512e6989fd4a37b5943dfcaf593b7b276231c426abd2e1f60de752443fb62ac5926ecf9812866af3c8ce6c8eeeddffc92fa0eb5afb
|
||||
SHA512 726b1665209d0006d6621352c12019bbab22bed75450c5ef1509b409d3c19c059caf94775439d3b910676fa2a4a790d490c3e25e5b8141423d88823642be7ac7
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "usockets",
|
||||
"version": "0.8.6",
|
||||
"version": "0.8.8",
|
||||
"port-version": 1,
|
||||
"description": "Miniscule cross-platform eventing, networking & crypto for async applications",
|
||||
"homepage": "https://github.com/uNetworking/uSockets",
|
||||
|
@ -8957,7 +8957,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"usockets": {
|
||||
"baseline": "0.8.6",
|
||||
"baseline": "0.8.8",
|
||||
"port-version": 1
|
||||
},
|
||||
"usrsctp": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "166a701806a36e58117b39db8786c566ed8fd44b",
|
||||
"version": "0.8.8",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "178ef570c3acdb03066628f05aa564af7609f48c",
|
||||
"version": "0.8.6",
|
||||
|
Loading…
x
Reference in New Issue
Block a user