From 5e4ae666652f03a6be3d8816512cbf5f547397d9 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Wed, 25 Oct 2023 13:23:41 +0000 Subject: [PATCH] AU: 1 updated - lavfilters [skip ci] --- lavfilters/lavfilters.nuspec | 2 +- lavfilters/tools/chocolateyInstall.ps1 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lavfilters/lavfilters.nuspec b/lavfilters/lavfilters.nuspec index 266de3e5..6d0dfa9e 100644 --- a/lavfilters/lavfilters.nuspec +++ b/lavfilters/lavfilters.nuspec @@ -3,7 +3,7 @@ lavfilters - 0.77.2 + 0.78.0 LAV Filters Hendrik Leppkes Thilas diff --git a/lavfilters/tools/chocolateyInstall.ps1 b/lavfilters/tools/chocolateyInstall.ps1 index 2ce190f8..ab17dde6 100644 --- a/lavfilters/tools/chocolateyInstall.ps1 +++ b/lavfilters/tools/chocolateyInstall.ps1 @@ -5,9 +5,9 @@ $packageArgs = @{ packageName = 'lavfilters' softwareName = 'LAV Filters *' fileType = 'exe' - url = 'https://github.com/Nevcairiel/LAVFilters/releases/download/0.77.2/LAVFilters-0.77.2-Installer.exe' + url = 'https://github.com/Nevcairiel/LAVFilters/releases/download/0.78/LAVFilters-0.78-Installer.exe' silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-' - checksum = '3bf333bae56f9856fb7db96ce2410df1da3958ac6a9fd5ac965d33c7af6f27d7' + checksum = 'e7368a59c029ab66667313ffabbea259316586fd8c88952abcb9d4d8f362c797' checksumType = 'sha256' validExitCodes = @(0) }