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 Jan 4, 2022
1 parent f3c3f18 commit 7ffd82f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion automatic/mpc-hc-clsid2/README.md
@@ -1,4 +1,4 @@
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@18bc5fef22a657d3632d88b1366126201b3b39bc/icons/mpc-hc.png" width="48" height="48"/> [mpc-hc-clsid2](https://chocolatey.org/packages/mpc-hc-clsid2)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@18bc5fef22a657d3632d88b1366126201b3b39bc/icons/mpc-hc.png" width="48" height="48"/> [mpc-hc-clsid2](https://chocolatey.org/packages/mpc-hc-clsid2)


MPC-HC is an extremely light-weight, open source media player for Windows. It supports all common video and audio file formats available for playback.
Expand Down
8 changes: 4 additions & 4 deletions automatic/mpc-hc-clsid2/legal/VERIFICATION.txt
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.16/MPC-HC.1.9.16.x86.exe>
64-Bit software: <https://github.com/clsid2/mpc-hc/releases/download/1.9.16/MPC-HC.1.9.16.x64.exe>
32-Bit software: <https://github.com/clsid2/mpc-hc/releases/download/1.9.18/MPC-HC.1.9.18.x86.exe>
64-Bit software: <https://github.com/clsid2/mpc-hc/releases/download/1.9.18/MPC-HC.1.9.18.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: 6134017E8F37AAB598497110FA018B26C6679AD8BC9F5D74910D8A3E86555EA5
checksum64: 2654E57CDA44F79F120EBB8E464665AB0BCD7BA779DE5FB165D8662A2304B365
checksum32: A25B11E8A5D80F3CCB2F2A12B8A8ACC0CE3A3B4C25B6161674A32CED392C67EA
checksum64: 91FC6347FE81F26948573180CFBC97F730D9B48346200AE339B52BDD107D7B73

The file 'LICENSE.txt' has been obtained from <https://www.gnu.org/licenses/gpl.txt>
6 changes: 3 additions & 3 deletions automatic/mpc-hc-clsid2/mpc-hc-clsid2.nuspec
Expand Up @@ -3,13 +3,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>mpc-hc-clsid2</id>
<version>1.9.16</version>
<version>1.9.18</version>
<title>MPC-HC (fork by clsid2)</title>
<owners>chocolatey-community,jack1142</owners>
<authors>clsid2, MPC-HC Team</authors>
<licenseUrl>https://github.com/clsid2/mpc-hc/blob/develop/COPYING.txt</licenseUrl>
<projectUrl>https://github.com/clsid2/mpc-hc</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@18bc5fef22a657d3632d88b1366126201b3b39bc/icons/mpc-hc.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@18bc5fef22a657d3632d88b1366126201b3b39bc/icons/mpc-hc.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<docsUrl>https://trac.mpc-hc.org/</docsUrl>
<!-- Do not touch the description here in the nuspec file. Description is imported during update from the Readme.md file -->
Expand All @@ -29,7 +29,7 @@ MPC-HC is an extremely light-weight, open source media player for Windows. It su
<summary>Media Player Classic – Home Cinema (MPC-HC)</summary>
<copyright>clsid2, MPC-HC Team</copyright>
<tags>mpc-hc media player video audio music admin foss</tags>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/mpc-hc-clsid2</packageSourceUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/mpc-hc-clsid2</packageSourceUrl>
<projectSourceUrl>https://github.com/clsid2/mpc-hc</projectSourceUrl>
<bugTrackerUrl>https://github.com/clsid2/mpc-hc/issues</bugTrackerUrl>
<releaseNotes>https://github.com/clsid2/mpc-hc/releases</releaseNotes>
Expand Down
4 changes: 2 additions & 2 deletions automatic/mpc-hc-clsid2/tools/chocolateyInstall.ps1
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.16.x86.exe"
file64 = "$toolsPath\MPC-HC.1.9.16.x64.exe"
file = "$toolsPath\MPC-HC.1.9.18.x86.exe"
file64 = "$toolsPath\MPC-HC.1.9.18.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 7ffd82f

Please sign in to comment.