[libdatachannel] update version to 0.17.10 (#26629)

* feat(libdatachannel): update to 0.17.10

* feat(libdatachannel): update to 0.17.10 port

* feat(libdatachannel): update to 0.17.10 port 2

* feat(libdatachannel): update to 0.17.10 port 3

* feat(libdatachannel): update to 0.17.10 port 4

* feat(libdatachannel): update to 0.17.10 port 5
This commit is contained in:
crisboarna 2022-09-02 20:36:35 +03:00 committed by GitHub
parent 9443e4b143
commit b2fabd08c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 4 deletions

View File

@ -7,8 +7,8 @@ endif()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO paullouisageneau/libdatachannel
REF f8ac6955e3cd673ac23a2172cd7dc42fc013b7b3 #v0.17.9
SHA512 3a8e3a47032a1fad770639c1bac266388c87046432cd44b391f146820cf3d3a871834e104deb9fb6fa901d6f82eba8aea0baa0b0eeb7cfb24808c408b020407b
REF 04cf4738961f55ba3f0aa39b4a61342f66bb3781 #v0.17.10
SHA512 766650c091326b7fcca2627fa5957db303a1157f8d514cce07fc15f539152683919b29ea23a486e755915b8225d678648c05a2fb60a5d7f05786e4d93f1ff409
HEAD_REF master
PATCHES
${PATCHES}

View File

@ -1,6 +1,6 @@
{
"name": "libdatachannel",
"version-semver": "0.17.9",
"version-semver": "0.17.10",
"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": "LGPL-2.1-only",

View File

@ -3577,7 +3577,7 @@
"port-version": 0
},
"libdatachannel": {
"baseline": "0.17.9",
"baseline": "0.17.10",
"port-version": 0
},
"libdatrie": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "8a0b138705a4ef7e8b7117c8674d018bf281335f",
"version-semver": "0.17.10",
"port-version": 0
},
{
"git-tree": "91ca5987e29fac6963c6ee8d6c4f91ecb621dd81",
"version-semver": "0.17.9",