Skip to content

Commit

Permalink
Revert "deps.ffmpeg: Update libsrt to 1.5.3"
Browse files Browse the repository at this point in the history
This reverts commit 813e1a0.
  • Loading branch information
pkviet authored and RytoEX committed Feb 23, 2024
1 parent e81a04e commit a84772c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions deps.ffmpeg/60-srt.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
param(
[string] $Name = 'srt',
[string] $Version = '1.5.3',
[string] $Uri = 'https://github.com/Haivision/srt/archive/refs/tags/v1.5.3.zip',
[string] $Hash = "${PSScriptRoot}/checksums/v1.5.3.zip.sha256",
[string] $Version = '1.5.2',
[string] $Uri = 'https://github.com/Haivision/srt/archive/refs/tags/v1.5.2.zip',
[string] $Hash = "${PSScriptRoot}/checksums/v1.5.2.zip.sha256",
[switch] $ForceShared = $true
)

Expand Down
6 changes: 3 additions & 3 deletions deps.ffmpeg/60-srt.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='srt'
local version='1.5.3'
local url='https://github.com/Haivision/srt/archive/v1.5.3.tar.gz'
local hash="${0:a:h}/checksums/v1.5.3.tar.gz.sha256"
local version='1.5.2'
local url='https://github.com/Haivision/srt/archive/v1.5.2.tar.gz'
local hash="${0:a:h}/checksums/v1.5.2.tar.gz.sha256"
local -a patches=(
"* ${0:a:h}/patches/srt/0001-enable-proper-cmake-build-types.patch \
d762ed8c4ce36f98329a5b7e1fcc10d67b38f23d100e1ed66da5d64c970e8a56"
Expand Down
1 change: 1 addition & 0 deletions deps.ffmpeg/checksums/v1.5.2.tar.gz.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
463970a3f575446b3f55abb6f323d5476c963c77b3c975cd902e9c87cdd9a92c v1.5.2.tar.gz
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<ToString>Microsoft.PowerShell.Commands.FileHashInfo</ToString>
<Props>
<S N="Algorithm">SHA256</S>
<S N="Hash">437FA2019D05A742F651CFEDEA4C3F2CF664ABD2E624D60EE3B4503DA6DD2EDB</S>
<S N="Path">v1.5.3.zip</S>
<S N="Hash">2686F75533BD53EC917DAB6129186B124B4D105EADAA6A84E83719AC3B5AE6BD</S>
<S N="Path">v1.5.2.zip</S>
</Props>
</Obj>
</Objs>
1 change: 0 additions & 1 deletion deps.ffmpeg/checksums/v1.5.3.tar.gz.sha256

This file was deleted.

0 comments on commit a84772c

Please sign in to comment.