Skip to content

Commit

Permalink
AU: 1 updated - mpc-hc-clsid2
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey Community committed Mar 12, 2024
1 parent 3f2d16d commit 22be52d
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.1.6>
location on <https://github.com/clsid2/mpc-hc/releases/tag/2.1.7>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/clsid2/mpc-hc/releases/download/2.1.6/MPC-HC.2.1.6.x86.exe>
64-Bit software: <https://github.com/clsid2/mpc-hc/releases/download/2.1.6/MPC-HC.2.1.6.x64.exe>
32-Bit software: <https://github.com/clsid2/mpc-hc/releases/download/2.1.7/MPC-HC.2.1.7.x86.exe>
64-Bit software: <https://github.com/clsid2/mpc-hc/releases/download/2.1.7/MPC-HC.2.1.7.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: 6DBBE7D1EBB4FAA042C93B992AD6355A4E4779B26880F0BB22F925EE3FD185A1
checksum64: 5ABBD81AD227B6EA3411D185E27BC03705CFCE71AAE728548BFD4C02576B0252
checksum32: 2FFC29C10EA89EF01D8FF8771AE3EC6A9CDE09BC9E155D916088236C19445D97
checksum64: F39A047AA8B2233A3C5A14D6B21E0DC87F42FDA90FFFF29B2638C262F46CF798

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.1.6</version>
<version>2.1.7</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.1.6.x86.exe"
file64 = "$toolsPath\MPC-HC.2.1.6.x64.exe"
file = "$toolsPath\MPC-HC.2.1.7.x86.exe"
file64 = "$toolsPath\MPC-HC.2.1.7.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 22be52d

Please sign in to comment.