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 29, 2023
1 parent 46b22b9 commit 79ab11e
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.0.0>
location on <https://github.com/clsid2/mpc-hc/releases/tag/2.1.0>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/clsid2/mpc-hc/releases/download/2.0.0/MPC-HC.2.0.0.x86.exe>
64-Bit software: <https://github.com/clsid2/mpc-hc/releases/download/2.0.0/MPC-HC.2.0.0.x64.exe>
32-Bit software: <https://github.com/clsid2/mpc-hc/releases/download/2.1.0/MPC-HC.2.1.0.x86.exe>
64-Bit software: <https://github.com/clsid2/mpc-hc/releases/download/2.1.0/MPC-HC.2.1.0.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: 23F643B3BC7D0F12FB46E34F29F2C93AA92E20FBAE0B49F44410D3A8573E723D
checksum64: 638B7AFB9D6757266CF2247D01FFE116585BDDBBC56C87AB5DF789082ED979B2
checksum32: BD84D53D73DEA9EF49E43E6B026382D97569912F4EEB0CBE3C381D87A8FAFCC8
checksum64: 6C59769C8175DCEED55A2C452C03A7A8466145EEF95760AB108A1D93DEB69610

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.0.0</version>
<version>2.1.0</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.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)
Expand Down

0 comments on commit 79ab11e

Please sign in to comment.