mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[libdatachannel] update to <0.20.3> (#38267)
Fixes #38257 Update port to version 0.20.3 - [x] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md). - [x] SHA512s are updated for each updated download. - [ ] ~~The "supports" clause reflects platforms that may be fixed by this new version.~~ - [ ] ~~Any fixed [CI baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt) entries are removed from that file.~~ - [ ] ~~Any patches that are no longer applied are deleted from the port's directory.~~ - [x] The version database is fixed by rerunning `./vcpkg x-add-version --all` and committing the result. - [x] Only one version is added to each modified port's versions file. All features are tested successfully in the following triplet: - x86-windows - x64-windows - x64-windows-static --------- Co-authored-by: Jon <v-zhli17@microsoft.com>
This commit is contained in:
parent
c36185e9c5
commit
ce16ce0a35
@ -8,7 +8,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO paullouisageneau/libdatachannel
|
||||
REF "v${VERSION}"
|
||||
SHA512 28ef96773b5c0b470ad9c52dafc1c7b8c88e54414a59bf0363ce3ca3f099f81a3e8005f57d4e4d93c8be9bdd72855d8af5438266e75fdabb23882df6d6f0b550
|
||||
SHA512 92404a04895b2bf6054498b3726272c55ba41d67a34f5637461dd15b1da6004ca913c4448075696a7a4c904d003de888b1ab01d4239353d929df7ae0eafcfd95
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
${PATCHES}
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "libdatachannel",
|
||||
"version-semver": "0.20.1",
|
||||
"port-version": 1,
|
||||
"version-semver": "0.20.3",
|
||||
"description": "libdatachannel is a standalone implementation of WebRTC Data Channels, WebRTC Media Transport, and WebSockets in C++17 with C bindings for POSIX platforms (including GNU/Linux, Android, and Apple macOS) and Microsoft Windows.",
|
||||
"homepage": "https://github.com/paullouisageneau/libdatachannel",
|
||||
"license": "MPL-2.0",
|
||||
|
@ -4273,8 +4273,8 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"libdatachannel": {
|
||||
"baseline": "0.20.1",
|
||||
"port-version": 1
|
||||
"baseline": "0.20.3",
|
||||
"port-version": 0
|
||||
},
|
||||
"libdatrie": {
|
||||
"baseline": "0.2.13",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "5835077749c45fffa7e7c72c76586278d3a64241",
|
||||
"version-semver": "0.20.3",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "74a0be59e4e852bb220e6e86cfa0dde836f0b449",
|
||||
"version-semver": "0.20.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user