File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
param (
2
2
[string ] $Name = ' srt' ,
3
- [string ] $Version = ' 1.5.3 ' ,
4
- [string ] $Uri = ' https://github.com/Haivision/srt/archive/refs/tags/v1.5.3 .zip' ,
5
- [string ] $Hash = " ${PSScriptRoot} /checksums/v1.5.3 .zip.sha256" ,
3
+ [string ] $Version = ' 1.5.2 ' ,
4
+ [string ] $Uri = ' https://github.com/Haivision/srt/archive/refs/tags/v1.5.2 .zip' ,
5
+ [string ] $Hash = " ${PSScriptRoot} /checksums/v1.5.2 .zip.sha256" ,
6
6
[switch ] $ForceShared = $true
7
7
)
8
8
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ autoload -Uz log_debug log_error log_info log_status log_output
2
2
3
3
# # Dependency Information
4
4
local name=' srt'
5
- local version=' 1.5.3 '
6
- local url=' https://github.com/Haivision/srt/archive/v1.5.3 .tar.gz'
7
- local hash=" ${0: a: h} /checksums/v1.5.3 .tar.gz.sha256"
5
+ local version=' 1.5.2 '
6
+ local url=' https://github.com/Haivision/srt/archive/v1.5.2 .tar.gz'
7
+ local hash=" ${0: a: h} /checksums/v1.5.2 .tar.gz.sha256"
8
8
local -a patches=(
9
9
" * ${0: a: h} /patches/srt/0001-enable-proper-cmake-build-types.patch \
10
10
d762ed8c4ce36f98329a5b7e1fcc10d67b38f23d100e1ed66da5d64c970e8a56"
Original file line number Diff line number Diff line change
1
+ 463970a3f575446b3f55abb6f323d5476c963c77b3c975cd902e9c87cdd9a92c v1.5.2.tar.gz
Original file line number Diff line number Diff line change 7
7
<ToString>Microsoft.PowerShell.Commands.FileHashInfo</ToString>
8
8
<Props>
9
9
<S N="Algorithm">SHA256</S>
10
- <S N="Hash">437FA2019D05A742F651CFEDEA4C3F2CF664ABD2E624D60EE3B4503DA6DD2EDB </S>
11
- <S N="Path">v1.5.3 .zip</S>
10
+ <S N="Hash">2686F75533BD53EC917DAB6129186B124B4D105EADAA6A84E83719AC3B5AE6BD </S>
11
+ <S N="Path">v1.5.2 .zip</S>
12
12
</Props>
13
13
</Obj>
14
14
</Objs>
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments