Skip to content

Commit

Permalink
AU: 1 updated - qmmp
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 18, 2024
1 parent 6551403 commit 9412018
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions automatic/qmmp/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on <http://qmmp.ylsoftware.com/files/windows/?C=M;O=D>
and can be verified by doing the following:

1. Download the following <http://qmmp.ylsoftware.com/files/windows/2.1/qmmp-2.1.7-win32.exe>
1. Download the following <http://qmmp.ylsoftware.com/files/windows/0.12/qmmp-0.12.18-win32.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
checksum: 02AD5EB4BCBACC4F20EC027BB61C57B2A9483367987C6D2938DF66661F116E14
checksum: C3392452603097A71E01DB8EE6B12A63E5039CD46FC4371B77DAD2640BF0D600

The file 'LICENSE.txt' has been obtained from <https://sourceforge.net/p/qmmp-dev/code/HEAD/tree/trunk/qmmp/COPYING>
2 changes: 1 addition & 1 deletion automatic/qmmp/qmmp.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"1.2": "1.2.6",
"0.11": "0.11.5",
"0.10": "0.10.11",
"0.12": "0.12.17",
"0.12": "0.12.18",
"1.3": "1.3.7",
"1.4": "1.4.4",
"1.5": "1.5.4",
Expand Down
4 changes: 2 additions & 2 deletions automatic/qmmp/qmmp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>qmmp</id>
<version>2.1.7</version>
<version>0.12.18</version>
<packageSourceUrl>https://github.com/admiringworm/chocolatey-packages/tree/master/automatic/qmmp</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>Qmmp</title>
<authors>Qmmp Development Team</authors>
<projectUrl>http://qmmp.ylsoftware.com/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/AdmiringWorm/chocolatey-packages@6bb6be12cbdda21ba3f7e4bf5ba49e87d8414420/automatic/qmmp/icons/64x64.png</iconUrl>
<copyright>© 2006-2017 Qmmp Development Team</copyright>
<licenseUrl>https://sourceforge.net/p/qmmp-dev/code/HEAD/tree/tags/qmmp-2.1.7/COPYING</licenseUrl>
<licenseUrl>https://sourceforge.net/p/qmmp-dev/code/HEAD/tree/tags/qmmp-0.12.18/COPYING</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://sourceforge.net/p/qmmp-dev/code/HEAD/tree/</projectSourceUrl>
<docsUrl>https://sourceforge.net/p/qmmp-dev/wiki/browse_pages/</docsUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/qmmp/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\qmmp-2.1.7-win32.exe"
file = "$toolsPath\qmmp-0.12.18-win32.exe"
softwareName = 'Qt-based Multimedia Player'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit 9412018

Please sign in to comment.