Skip to content

Commit

Permalink
[libdatachannel] Update to 0.18.6 (#33672)
Browse files Browse the repository at this point in the history
  • Loading branch information
SergiusTheBest committed Sep 13, 2023
1 parent 97e1247 commit 14431d6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/libdatachannel/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO paullouisageneau/libdatachannel
REF "v${VERSION}"
SHA512 ede45221b8fb4ebc2a812f187372bc65da2a495311058e3b486ba7a2a584817ecdef286d956386a8635752786aebd5d0507bd84a84e484b9bf73ecd2dd92f918
SHA512 bcf58026612e2ae670911945f9f74660b513cbd38c9bae13e7b8acd41e545b5760ab4713c67b956e0bb8c0449491a5ab8e3f8d05e2468ff6540fc99e2540a105
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.18.2",
"version-semver": "0.18.6",
"port-version": 2,
"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",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4021,7 +4021,7 @@
"port-version": 0
},
"libdatachannel": {
"baseline": "0.18.2",
"baseline": "0.18.6",
"port-version": 2
},
"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": "3552621ddd4919b86e0b0333bf6530cc1402ec6f",
"version-semver": "0.18.6",
"port-version": 2
},
{
"git-tree": "8b22ab8a6787704e52d3b715feb12e38522540ab",
"version-semver": "0.18.2",
Expand Down

0 comments on commit 14431d6

Please sign in to comment.