diff --git a/automatic/mediainfo-cli/legal/VERIFICATION.txt b/automatic/mediainfo-cli/legal/VERIFICATION.txt index 7ffcc0fd4..98d3882a7 100644 --- a/automatic/mediainfo-cli/legal/VERIFICATION.txt +++ b/automatic/mediainfo-cli/legal/VERIFICATION.txt @@ -6,14 +6,14 @@ The installer have been downloaded from their official download link listed on < and can be verified like this: 1. Download the following installers: - 32-Bit: - 64-Bit: + 32-Bit: + 64-Bit: 2. You can use one of the following methods to obtain the checksum - Use powershell function 'Get-Filehash' - Use chocolatey utility 'checksum.exe' checksum type: sha256 - checksum32: 078264536416A53B3BF29F5750EFE2B06FDEC228D5BCF4A0860EB7E34B44B5B7 - checksum64: 0F2A37F8B476BCE174F07D924AC5A133506102F56DA8B5344E8EB72C45785821 + checksum32: 63A901542126BAA6929D2265F8030A82E28AA7A386D2C65A5C24B20125E1B90B + checksum64: CE607B35EB86A02DA63109A07B2ABF851784A196AA679091149D6249C062F563 File 'LICENSE.txt' is obtained from diff --git a/automatic/mediainfo-cli/mediainfo-cli.nuspec b/automatic/mediainfo-cli/mediainfo-cli.nuspec index fa19a71b3..5cb7f298a 100644 --- a/automatic/mediainfo-cli/mediainfo-cli.nuspec +++ b/automatic/mediainfo-cli/mediainfo-cli.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 24.01 + 24.01.1 Maurice Kevenaar diff --git a/automatic/mediainfo-cli/tools/chocolateyInstall.ps1 b/automatic/mediainfo-cli/tools/chocolateyInstall.ps1 index 3e0fd3c22..afb7ee723 100644 --- a/automatic/mediainfo-cli/tools/chocolateyInstall.ps1 +++ b/automatic/mediainfo-cli/tools/chocolateyInstall.ps1 @@ -5,8 +5,8 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName unzipLocation = $toolsDir fileType = 'exe' - file = "$toolsdir\MediaInfo_CLI_24.01_Windows_i386.zip" - file64 = "$toolsdir\MediaInfo_CLI_24.01_Windows_x64.zip" + file = "$toolsdir\MediaInfo_CLI_24.01.1_Windows_i386.zip" + file64 = "$toolsdir\MediaInfo_CLI_24.01.1_Windows_x64.zip" validExitCodes = @(0) } diff --git a/automatic/mediainfo/legal/VERIFICATION.txt b/automatic/mediainfo/legal/VERIFICATION.txt index b9d9c8651..f6d4cd638 100644 --- a/automatic/mediainfo/legal/VERIFICATION.txt +++ b/automatic/mediainfo/legal/VERIFICATION.txt @@ -6,12 +6,12 @@ The installer have been downloaded from their official download link listed on < and can be verified like this: 1. Download the following installers: - 32-Bit: + 32-Bit: 2. You can use one of the following methods to obtain the checksum - Use powershell function 'Get-Filehash' - Use chocolatey utility 'checksum.exe' checksum type: sha256 - checksum32: C9F973B15A89F1C8FC521C92A34773051E6445B3D4592B22C367BD2B298D7BB8 + checksum32: D1225803CC23D3819394A3601DAD767CCEAAA7C5FD2BEBE97F7470B6C5EE7119 File 'LICENSE.txt' is obtained from diff --git a/automatic/mediainfo/mediainfo.nuspec b/automatic/mediainfo/mediainfo.nuspec index 36084601d..a65b71a6f 100644 --- a/automatic/mediainfo/mediainfo.nuspec +++ b/automatic/mediainfo/mediainfo.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 24.01 + 24.01.1 Maurice Kevenaar diff --git a/automatic/mediainfo/tools/chocolateyInstall.ps1 b/automatic/mediainfo/tools/chocolateyInstall.ps1 index a00a1eecd..cacb0fc7e 100644 --- a/automatic/mediainfo/tools/chocolateyInstall.ps1 +++ b/automatic/mediainfo/tools/chocolateyInstall.ps1 @@ -5,7 +5,7 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName unzipLocation = $toolsDir fileType = 'exe' - file = "$toolsdir\MediaInfo_GUI_24.01_Windows.exe" + file = "$toolsdir\MediaInfo_GUI_24.01.1_Windows.exe" softwareName = 'MediaInfo *' silentArgs = "/S" validExitCodes = @(0)