Skip to content

Commit

Permalink
AU: 1 updated - mpc-hc-clsid2
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Oct 24, 2020
1 parent 2f181e8 commit aa3bd53
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions automatic/mpc-hc-clsid2/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/clsid2/mpc-hc/releases>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/clsid2/mpc-hc/releases/download/1.9.7/MPC-HC.1.9.7.x86.exe>
64-Bit software: <https://github.com/clsid2/mpc-hc/releases/download/1.9.7/MPC-HC.1.9.7.x64.exe>
32-Bit software: <https://github.com/clsid2/mpc-hc/releases/download/1.9.8/MPC-HC.1.9.8.x86.exe>
64-Bit software: <https://github.com/clsid2/mpc-hc/releases/download/1.9.8/MPC-HC.1.9.8.x64.exe>
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: 7BF9DC966D990F352BEDB53E4137C13D9AA67C56799A291AAAAF59B17C5F7F28
checksum64: 1852830CF1BF855B745DBC191B65698598D0686A7784DC797EB1AFB4742F9084
checksum32: 9D7DCEA95AE4688093EEE02E569253E6D1DF2EFF8E7C366B8F39EC1B4CB4F764
checksum64: B8C7763388D40CE0E4F0A19AB1F4073B32E06FEC02F2C10B27B81D96A3A23BEC

The file 'LICENSE.txt' has been obtained from <https://www.gnu.org/licenses/gpl.txt>
2 changes: 1 addition & 1 deletion automatic/mpc-hc-clsid2/mpc-hc-clsid2.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>mpc-hc-clsid2</id>
<version>1.9.7</version>
<version>1.9.8</version>
<title>MPC-HC (fork by clsid2)</title>
<owners>chocolatey-community,jack1142</owners>
<authors>clsid2, MPC-HC Team</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/mpc-hc-clsid2/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\MPC-HC.1.9.7.x86.exe"
file64 = "$toolsPath\MPC-HC.1.9.7.x64.exe"
file = "$toolsPath\MPC-HC.1.9.8.x86.exe"
file64 = "$toolsPath\MPC-HC.1.9.8.x64.exe"
softwareName = 'MPC-HC*'
silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down

0 comments on commit aa3bd53

Please sign in to comment.