diff --git a/automatic/mpc-hc-clsid2/legal/VERIFICATION.txt b/automatic/mpc-hc-clsid2/legal/VERIFICATION.txt index 06287e0703b..e2f209b5264 100644 --- a/automatic/mpc-hc-clsid2/legal/VERIFICATION.txt +++ b/automatic/mpc-hc-clsid2/legal/VERIFICATION.txt @@ -3,19 +3,19 @@ Verification is intended to assist the Chocolatey moderators and community in verifying that this package's contents are trustworthy. The embedded software have been downloaded from the listed download -location on +location on and can be verified by doing the following: 1. Download the following: - 32-Bit software: - 64-Bit software: + 32-Bit software: + 64-Bit software: 2. Get the checksum using one of the following methods: - Using powershell function 'Get-FileHash' - Use chocolatey utility 'checksum.exe' 3. The checksums should match the following: checksum type: sha256 - checksum32: 23F643B3BC7D0F12FB46E34F29F2C93AA92E20FBAE0B49F44410D3A8573E723D - checksum64: 638B7AFB9D6757266CF2247D01FFE116585BDDBBC56C87AB5DF789082ED979B2 + checksum32: BD84D53D73DEA9EF49E43E6B026382D97569912F4EEB0CBE3C381D87A8FAFCC8 + checksum64: 6C59769C8175DCEED55A2C452C03A7A8466145EEF95760AB108A1D93DEB69610 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/mpc-hc-clsid2/mpc-hc-clsid2.nuspec b/automatic/mpc-hc-clsid2/mpc-hc-clsid2.nuspec index 90456775ba3..699619e7600 100644 --- a/automatic/mpc-hc-clsid2/mpc-hc-clsid2.nuspec +++ b/automatic/mpc-hc-clsid2/mpc-hc-clsid2.nuspec @@ -3,7 +3,7 @@ mpc-hc-clsid2 - 2.0.0 + 2.1.0 MPC-HC (fork by clsid2) chocolatey-community,jack1142 clsid2, MPC-HC Team diff --git a/automatic/mpc-hc-clsid2/tools/chocolateyInstall.ps1 b/automatic/mpc-hc-clsid2/tools/chocolateyInstall.ps1 index aafac83754b..171a4191e0e 100644 --- a/automatic/mpc-hc-clsid2/tools/chocolateyInstall.ps1 +++ b/automatic/mpc-hc-clsid2/tools/chocolateyInstall.ps1 @@ -5,8 +5,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - file = "$toolsPath\MPC-HC.2.0.0.x86.exe" - file64 = "$toolsPath\MPC-HC.2.0.0.x64.exe" + file = "$toolsPath\MPC-HC.2.1.0.x86.exe" + file64 = "$toolsPath\MPC-HC.2.1.0.x64.exe" softwareName = 'MPC-HC*' silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`"" validExitCodes = @(0)