Skip to content

Commit

Permalink
AU: 1 updated - mixxx
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Oct 13, 2021
1 parent eb5bb26 commit f60d1b2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions automatic/mixxx/legal/VERIFICATION.txt
Expand Up @@ -8,15 +8,15 @@ Package can be verified like this:
1. Go to <https://www.mixxx.org/download>

x32: No longer being provided
x64: https://downloads.mixxx.org/snapshots/main/mixxx-2.4-alpha-889-ga7bbbd39a2-win64.msi
x64: https://downloads.mixxx.org/snapshots/main/mixxx-2.4-alpha-892-g0a94d354d8-win64.msi

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'

checksum64: 59D283D4A8EDFCF4D976A54DCF2CA820257B11F6CF8351BF4E580F7F6234114B
checksum64: D5E1AF77F7E418DDEB58D7EC92DFE3AC0320D586E4CC417CAF104FEFD312E9CC

File 'license.txt' is obtained from:
https://www.gnu.org/licenses/gpl-2.0.html
2 changes: 1 addition & 1 deletion automatic/mixxx/mixxx.json
@@ -1,4 +1,4 @@
{
"stable": "2.3.1",
"alpha": "2.4-alpha-889"
"alpha": "2.4-alpha-892"
}
2 changes: 1 addition & 1 deletion automatic/mixxx/mixxx.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>mixxx</id>
<version>2.4-alpha-889</version>
<version>2.4-alpha-892</version>
<title>Mixxx</title>
<owners>chocolatey-community</owners>
<authors>Mixxx Development Team</authors>
Expand Down
2 changes: 1 addition & 1 deletion automatic/mixxx/tools/chocolateyInstall.ps1
Expand Up @@ -9,7 +9,7 @@ if ((Get-OSArchitectureWidth 32) -or ($env:chocolateyForceX86 -eq 'true')) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
file64 = "$toolsPath\mixxx-2.4-alpha-889-ga7bbbd39a2-win64.msi"
file64 = "$toolsPath\mixxx-2.4-alpha-892-g0a94d354d8-win64.msi"

softwareName = 'Mixxx *'

Expand Down

0 comments on commit f60d1b2

Please sign in to comment.