diff --git a/automatic/mediainfo-cli/legal/VERIFICATION.txt b/automatic/mediainfo-cli/legal/VERIFICATION.txt index 0a9bbd014..506065c8f 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: AA712D0524A8142AEB3E7632AC0ABA00C884F1409F7A57738FA4EDE9108D3009 - checksum64: 2F3BAA725BBC9131CA7C775B578E6E1E8F2A58AAB6F9A234C2896B2935376CFB + checksum32: 69A9DD85EA3CF56D5C164B466F28891B4AA82787676C68B5863C47FEB4D49D83 + checksum64: CF9CBF0BF21EFB873DED6B4450C0A0AC0F983F0E57D2AB35562FF489BEECB1FA File 'LICENSE.txt' is obtained from diff --git a/automatic/mediainfo-cli/mediainfo-cli.nuspec b/automatic/mediainfo-cli/mediainfo-cli.nuspec index a4ea2ffa7..ab7678d5c 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 - 23.07 + 23.09 Maurice Kevenaar diff --git a/automatic/mediainfo-cli/tools/chocolateyInstall.ps1 b/automatic/mediainfo-cli/tools/chocolateyInstall.ps1 index 47815d43c..df6005dd2 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_23.07_Windows_i386.zip" - file64 = "$toolsdir\MediaInfo_CLI_23.07_Windows_x64.zip" + file = "$toolsdir\MediaInfo_CLI_23.09_Windows_i386.zip" + file64 = "$toolsdir\MediaInfo_CLI_23.09_Windows_x64.zip" validExitCodes = @(0) } diff --git a/automatic/mediainfo/legal/VERIFICATION.txt b/automatic/mediainfo/legal/VERIFICATION.txt index 89f68a01c..69e9fa938 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: 6B748EF68B30133447A5C1D6673B84B0864C97F0AE13A3172766EC07043AB5B8 + checksum32: 8F1A922A40ED0EE71786904C59D90311FDE2D689F80866A27F1A2D2F13EE63DA File 'LICENSE.txt' is obtained from diff --git a/automatic/mediainfo/mediainfo.nuspec b/automatic/mediainfo/mediainfo.nuspec index c5ad6c54e..2c9e7462b 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 - 23.07 + 23.09 Maurice Kevenaar diff --git a/automatic/mediainfo/tools/chocolateyInstall.ps1 b/automatic/mediainfo/tools/chocolateyInstall.ps1 index 01a55e075..1bd1fa583 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_23.07_Windows.exe" + file = "$toolsdir\MediaInfo_GUI_23.09_Windows.exe" softwareName = 'MediaInfo *' silentArgs = "/S" validExitCodes = @(0) diff --git a/automatic/plexmediaserver/plexmediaserver.nuspec b/automatic/plexmediaserver/plexmediaserver.nuspec index 71bead17e..7602a8d9a 100644 --- a/automatic/plexmediaserver/plexmediaserver.nuspec +++ b/automatic/plexmediaserver/plexmediaserver.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 1.32.5.7349 + 1.32.6.7468 Maurice Kevenaar diff --git a/automatic/plexmediaserver/tools/chocolateyInstall.ps1 b/automatic/plexmediaserver/tools/chocolateyInstall.ps1 index ac848710c..ae507b49e 100644 --- a/automatic/plexmediaserver/tools/chocolateyInstall.ps1 +++ b/automatic/plexmediaserver/tools/chocolateyInstall.ps1 @@ -1,11 +1,11 @@ $ErrorActionPreference = 'Stop'; $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$url32 = 'https://downloads.plex.tv/plex-media-server-new/1.32.5.7349-8f4248874/windows/PlexMediaServer-1.32.5.7349-8f4248874-x86.exe' -$checksum32 = '37c92326df99fef221755bc2392e618125da0066c5ee99ee663a0325abda0fce' +$url32 = 'https://downloads.plex.tv/plex-media-server-new/1.32.6.7468-07e0d4a7e/windows/PlexMediaServer-1.32.6.7468-07e0d4a7e-x86.exe' +$checksum32 = '2bf164943bc61023f7e4a85efc0cdcfaba973728b14fb64f690d7d20526756a3' $checksumType32 = 'sha256' -$url64 = 'https://downloads.plex.tv/plex-media-server-new/1.32.5.7349-8f4248874/windows/PlexMediaServer-1.32.5.7349-8f4248874-x86_64.exe' -$checksum64 = 'e7b49fd8a957433b71de08b68b99654662890f283c21adaea780199379c04438' +$url64 = 'https://downloads.plex.tv/plex-media-server-new/1.32.6.7468-07e0d4a7e/windows/PlexMediaServer-1.32.6.7468-07e0d4a7e-x86_64.exe' +$checksum64 = '9e0e520a766c07d127a6a33373ba16dda47b3f4bb23023b558e05468f160451a' $checksumType64 = 'sha256' Start-CheckandStop "Plex Media Server"