Skip to content

Commit

Permalink
deps.ffmpeg: Update libdatachannel to 0.20.1
Browse files Browse the repository at this point in the history
This updates to libdatachannel 0.20.1
  • Loading branch information
Sean-Der authored and RytoEX committed Jan 27, 2024
1 parent 128507c commit 4202b50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions deps.ffmpeg/70-libdatachannel.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
param(
[string] $Name = 'libdatachannel',
[string] $Version = 'v0.19.0-alpha.4',
[string] $Version = 'v0.20.1',
[string] $Uri = 'https://github.com/paullouisageneau/libdatachannel.git',
[string] $Hash = '709a66339451bb4c8d4e5ced78c67605ec09da31',
[string] $Hash = '7841d9f34cf9bd735958ae203a2536c14240c8a5',
[switch] $ForceShared = $true
)

Expand Down
4 changes: 2 additions & 2 deletions deps.ffmpeg/70-libdatachannel.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ autoload -Uz log_debug log_error log_info log_status log_output

## Dependency Information
local name='libdatachannel'
local version='v0.19.0-alpha.4'
local version='v0.20.1'
local url='https://github.com/paullouisageneau/libdatachannel.git'
local hash='709a66339451bb4c8d4e5ced78c67605ec09da31'
local hash='7841d9f34cf9bd735958ae203a2536c14240c8a5'

## Dependency Overrides
local -i shared_libs=1
Expand Down

0 comments on commit 4202b50

Please sign in to comment.