diff --git a/automatic/mixxx/legal/VERIFICATION.txt b/automatic/mixxx/legal/VERIFICATION.txt index b90b1e803d9..1e4db095bbf 100644 --- a/automatic/mixxx/legal/VERIFICATION.txt +++ b/automatic/mixxx/legal/VERIFICATION.txt @@ -8,7 +8,7 @@ Package can be verified like this: 1. Go to x32: No longer being provided - x64: https://downloads.mixxx.org/snapshots/main/mixxx-2.4-alpha-835-gd31c4317fc-win64.msi + x64: https://downloads.mixxx.org/snapshots/main/mixxx-2.4-alpha-836-gdfa61fa7ba-win64.msi to download the installer. @@ -16,7 +16,7 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum64: A68B6EAC543E54BF0C1AC0B60D25DAA5E2DC7354948AC4D8FED43C2315C59A0B + checksum64: 6AFA2F5D920DCBDA7750B70568F8281233E7D07A8B8F37E88B07462A1115DC8D File 'license.txt' is obtained from: https://www.gnu.org/licenses/gpl-2.0.html diff --git a/automatic/mixxx/mixxx.json b/automatic/mixxx/mixxx.json index 8eed78365dd..f357ad93e01 100644 --- a/automatic/mixxx/mixxx.json +++ b/automatic/mixxx/mixxx.json @@ -1,4 +1,4 @@ { "stable": "2.3.0", - "alpha": "2.4-alpha-835" + "alpha": "2.4-alpha-836" } diff --git a/automatic/mixxx/mixxx.nuspec b/automatic/mixxx/mixxx.nuspec index 9069fa6febb..2a48104fc6e 100644 --- a/automatic/mixxx/mixxx.nuspec +++ b/automatic/mixxx/mixxx.nuspec @@ -3,7 +3,7 @@ mixxx - 2.4-alpha-835 + 2.4-alpha-836 Mixxx chocolatey-community Mixxx Development Team diff --git a/automatic/mixxx/tools/chocolateyInstall.ps1 b/automatic/mixxx/tools/chocolateyInstall.ps1 index 140495a8c10..6cb40b8f306 100644 --- a/automatic/mixxx/tools/chocolateyInstall.ps1 +++ b/automatic/mixxx/tools/chocolateyInstall.ps1 @@ -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-835-gd31c4317fc-win64.msi" + file64 = "$toolsPath\mixxx-2.4-alpha-836-gdfa61fa7ba-win64.msi" softwareName = 'Mixxx *'