diff --git a/automatic/qmmp/legal/VERIFICATION.txt b/automatic/qmmp/legal/VERIFICATION.txt index 126097cc8..ff2f18afc 100644 --- a/automatic/qmmp/legal/VERIFICATION.txt +++ b/automatic/qmmp/legal/VERIFICATION.txt @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download location on and can be verified by doing the following: -1. Download the following +1. Download the following 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: 6C5481FE39EB765870049724EBBAD1C292B2AFF20B23EA9E19B49DF027CE22FB + checksum: B66DC16B67C0BB4408DC9A44010620BF11A7A6110803907CB62B74299A137975 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/qmmp/qmmp.json b/automatic/qmmp/qmmp.json index 30b8a848f..da8d70021 100644 --- a/automatic/qmmp/qmmp.json +++ b/automatic/qmmp/qmmp.json @@ -15,6 +15,6 @@ "1.4": "1.4.4", "1.5": "1.5.4", "2.0": "2.0.4", - "2.1": "2.1.4", - "1.6": "1.6.4" + "2.1": "2.1.5", + "1.6": "1.6.5" } diff --git a/automatic/qmmp/qmmp.nuspec b/automatic/qmmp/qmmp.nuspec index 29d28ae4d..39f3d93c0 100644 --- a/automatic/qmmp/qmmp.nuspec +++ b/automatic/qmmp/qmmp.nuspec @@ -3,7 +3,7 @@ qmmp - 0.12.17 + 2.1.5 https://github.com/admiringworm/chocolatey-packages/tree/master/automatic/qmmp AdmiringWorm Qmmp @@ -11,7 +11,7 @@ http://qmmp.ylsoftware.com/ https://cdn.jsdelivr.net/gh/AdmiringWorm/chocolatey-packages@6bb6be12cbdda21ba3f7e4bf5ba49e87d8414420/automatic/qmmp/icons/64x64.png © 2006-2017 Qmmp Development Team - https://sourceforge.net/p/qmmp-dev/code/HEAD/tree/tags/qmmp-0.12.17/COPYING + https://sourceforge.net/p/qmmp-dev/code/HEAD/tree/tags/qmmp-2.1.5/COPYING false https://sourceforge.net/p/qmmp-dev/code/HEAD/tree/ https://sourceforge.net/p/qmmp-dev/wiki/browse_pages/ diff --git a/automatic/qmmp/tools/chocolateyInstall.ps1 b/automatic/qmmp/tools/chocolateyInstall.ps1 index 0e4b5aec1..708e22cbf 100644 --- a/automatic/qmmp/tools/chocolateyInstall.ps1 +++ b/automatic/qmmp/tools/chocolateyInstall.ps1 @@ -5,7 +5,7 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - file = "$toolsPath\qmmp-0.12.17-win32.exe" + file = "$toolsPath\qmmp-2.1.5-win32.exe" softwareName = 'Qt-based Multimedia Player' silentArgs = '/S' validExitCodes = @(0)