Skip to content

Commit

Permalink
[libdatachannel] update version to 0.17.10 (#26629)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
crisboarna committed Sep 2, 2022
1 parent 9443e4b commit b2fabd0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ports/libdatachannel/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
2 changes: 1 addition & 1 deletion ports/libdatachannel/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3577,7 +3577,7 @@
"port-version": 0
},
"libdatachannel": {
"baseline": "0.17.9",
"baseline": "0.17.10",
"port-version": 0
},
"libdatrie": {
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libdatachannel.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "8a0b138705a4ef7e8b7117c8674d018bf281335f",
"version-semver": "0.17.10",
"port-version": 0
},
{
"git-tree": "91ca5987e29fac6963c6ee8d6c4f91ecb621dd81",
"version-semver": "0.17.9",
Expand Down

0 comments on commit b2fabd0

Please sign in to comment.