diff --git a/automatic/mixxx/legal/VERIFICATION.txt b/automatic/mixxx/legal/VERIFICATION.txt index a4d388ee089..8afad6bfa60 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/2.5/mixxx-2.5-beta-84-g1f83ee3e72-win64.msi + x64: https://downloads.mixxx.org/snapshots/2.5/mixxx-2.5-beta-85-g60ac8ac6bc-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: A7BF9880193030A174AB9DFD621444A3E13E9BD009C90204B4F4C709BC8F5B6C + checksum64: A0743BE3F93102E076256F0B1F440EDEAD63A739A27861136286D342F1AF40B1 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 7a5afbfc6d8..32be9826e64 100644 --- a/automatic/mixxx/mixxx.json +++ b/automatic/mixxx/mixxx.json @@ -1,5 +1,5 @@ { "stable": "2.4.1", "alpha": "2.6-alpha-99", - "beta": "2.5-beta-84" + "beta": "2.5-beta-85" } diff --git a/automatic/mixxx/mixxx.nuspec b/automatic/mixxx/mixxx.nuspec index 6d62eb0481c..a7189a237cc 100644 --- a/automatic/mixxx/mixxx.nuspec +++ b/automatic/mixxx/mixxx.nuspec @@ -3,7 +3,7 @@ mixxx - 2.5-beta-84 + 2.5-beta-85 Mixxx chocolatey-community Mixxx Development Team diff --git a/automatic/mixxx/tools/chocolateyInstall.ps1 b/automatic/mixxx/tools/chocolateyInstall.ps1 index c4541ff06f3..8a76d4ce05c 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.5-beta-84-g1f83ee3e72-win64.msi" + file64 = "$toolsPath\mixxx-2.5-beta-85-g60ac8ac6bc-win64.msi" softwareName = 'Mixxx *'