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 5, 2024
1 parent 66bb77a commit 663ee9b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions automatic/mpc-hc-clsid2/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/clsid2/mpc-hc/releases/tag/2.3.5>
location on <https://github.com/clsid2/mpc-hc/releases/tag/2.3.6>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/clsid2/mpc-hc/releases/download/2.3.5/MPC-HC.2.3.5.x86.exe>
64-Bit software: <https://github.com/clsid2/mpc-hc/releases/download/2.3.5/MPC-HC.2.3.5.x64.exe>
32-Bit software: <https://github.com/clsid2/mpc-hc/releases/download/2.3.6/MPC-HC.2.3.6.x86.exe>
64-Bit software: <https://github.com/clsid2/mpc-hc/releases/download/2.3.6/MPC-HC.2.3.6.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: EB03399A1ED6E57251A0A81E25DB9CD8B7A0B3F7FE88BB2F2D32BE2D1ED3C4D7
checksum64: 04D4F8AE74C16F3F48CF09862339CCB915BBD8906D11B5F718ABFB4AD3B21137
checksum32: 8279BEA2E4F221760CC1A325F3BB86D38D0FCB9C507C77850D12449B74DBBE04
checksum64: 53A98702FEFDD1673C2AAFC04698FE198239384C8984964FC0F96CE60642EF0C

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>2.3.5</version>
<version>2.3.6</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.2.3.5.x86.exe"
file64 = "$toolsPath\MPC-HC.2.3.5.x64.exe"
file = "$toolsPath\MPC-HC.2.3.6.x86.exe"
file64 = "$toolsPath\MPC-HC.2.3.6.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 663ee9b

Please sign in to comment.