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 Jul 30, 2018
1 parent b540f67 commit e14c73a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 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/qmmp-0.11.2-win32.exe>
1. Download the following <http://qmmp.ylsoftware.com/files/windows/1.2/qmmp-1.2.3-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: D07D718F950BC62CDFE7B47725875EE3360E27B91BF7C1E2374A1540F273508C
checksum: FE85FE4B585EC9E9E76C33DA98032DD249255C51AC7588AB9780946F084698E3

The file 'LICENSE.txt' has been obtained from <https://sourceforge.net/p/qmmp-dev/code/HEAD/tree/trunk/qmmp/COPYING>
7 changes: 6 additions & 1 deletion automatic/qmmp/qmmp.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,10 @@
"0.10.11": "0.10.11.20171102",
"0.11.0": "0.11.0",
"0.11.1": "0.11.1",
"0.11.2": "0.11.2"
"0.11.2": "0.11.2",
"0.6": "0.6.8",
"0.7": "0.7.7",
"0.8": "0.8.8",
"0.9": "0.9.10",
"1.2": "1.2.3"
}
2 changes: 1 addition & 1 deletion automatic/qmmp/qmmp.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>qmmp</id>
<version>0.11.2</version>
<version>1.2.3</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/qmmp</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>Qmmp</title>
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-0.11.2-win32.exe"
file = "$toolsPath\qmmp-1.2.3-win32.exe"
softwareName = 'Qt-based Multimedia Player'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit e14c73a

Please sign in to comment.