Skip to content

Commit

Permalink
AU: 1 updated - mixxx
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 26, 2020
1 parent eceb962 commit eb34f11
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions automatic/mixxx/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ Package can be verified like this:

1. Go to

x32: https://downloads.mixxx.org/mixxx-2.2.3/mixxx-2.2.3-win32.exe
x64: https://downloads.mixxx.org/mixxx-2.2.3/mixxx-2.2.3-win64.exe
x32: https://downloads.mixxx.org/mixxx-2.2.4/mixxx-2.2.4-win32.exe
x64: https://downloads.mixxx.org/mixxx-2.2.4/mixxx-2.2.4-win64.exe

to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: 616143ceb66c3bd6f2ddb22f69533612feed4d28e3312a2b708fef908b6a8747014bab84c986a4562a4fe8cb2ee5c55428bb39c13232e84a498751751f5e7b38
checksum64: 32cf658920e15d4ad7603b943133da3d562b6ced67791a0eebd1fd78356a0c4763c78abbc82c95111a10eff9e7873dbd8e5dbbf85f05155e20f208953ec5a067
checksum32: af6fbce38e90a5b2f4e6d5a13912418cb461643432a74c90d292fdea5331b4527d026a11f4078e2775c943bdf5352a47297eaa351d7fe7e5eb1a3f10a554370e
checksum64: ede500af569a8ac1197e0055db54e0d561613ffde8b013302a4f6f1eac3274524cf3ecca15002f5a892d01831aea3d2f932275c1d0c474f197ce72e531299b54

File 'license.txt' is obtained from:
https://www.gnu.org/licenses/gpl-2.0.html
2 changes: 1 addition & 1 deletion automatic/mixxx/mixxx.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>mixxx</id>
<version>2.2.3</version>
<version>2.2.4</version>
<title>Mixxx</title>
<owners>chocolatey</owners>
<authors>Mixxx Development Team</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/mixxx/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://downloads.mixxx.org/mixxx-2.2.3/mixxx-2.2.3-win32.exe'
url64bit = 'https://downloads.mixxx.org/mixxx-2.2.3/mixxx-2.2.3-win64.exe'
url = 'https://downloads.mixxx.org/mixxx-2.2.4/mixxx-2.2.4-win32.exe'
url64bit = 'https://downloads.mixxx.org/mixxx-2.2.4/mixxx-2.2.4-win64.exe'

softwareName = 'Mixxx *'

checksum = '616143ceb66c3bd6f2ddb22f69533612feed4d28e3312a2b708fef908b6a8747014bab84c986a4562a4fe8cb2ee5c55428bb39c13232e84a498751751f5e7b38'
checksum = 'af6fbce38e90a5b2f4e6d5a13912418cb461643432a74c90d292fdea5331b4527d026a11f4078e2775c943bdf5352a47297eaa351d7fe7e5eb1a3f10a554370e'
checksumType = 'sha512'
checksum64 = '32cf658920e15d4ad7603b943133da3d562b6ced67791a0eebd1fd78356a0c4763c78abbc82c95111a10eff9e7873dbd8e5dbbf85f05155e20f208953ec5a067'
checksum64 = 'ede500af569a8ac1197e0055db54e0d561613ffde8b013302a4f6f1eac3274524cf3ecca15002f5a892d01831aea3d2f932275c1d0c474f197ce72e531299b54'
checksumType64 = 'sha512'

silentArgs = '/quiet'
Expand Down

0 comments on commit eb34f11

Please sign in to comment.