From 11f7aa9be5b3707f7bc48a1a1d124e0e0cb33f37 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Fri, 27 Sep 2024 18:23:42 +0000 Subject: [PATCH] AU: 1 updated - mixxx [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/2a964e060d4c906bc0c516cf6e1718fc2b953236 --- automatic/mixxx/legal/VERIFICATION.txt | 4 ++-- automatic/mixxx/mixxx.json | 4 ++-- automatic/mixxx/mixxx.nuspec | 2 +- automatic/mixxx/tools/chocolateyInstall.ps1 | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/automatic/mixxx/legal/VERIFICATION.txt b/automatic/mixxx/legal/VERIFICATION.txt index 312523cfe9a..bfa0573bd77 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.6-alpha-94-gb64251f130-win64.msi + x64: https://downloads.mixxx.org/snapshots/2.5/mixxx-2.5-beta-58-g0244f9edaa-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: 7CD6F44D5BB9CBF17DFAB23C85D47600A99676B5EE38863F10049D9BD4515637 + checksum64: 28DCC9A265DC44516DB36365DA1E7F23F978313FDC26ECD76D0C8D0C8F86D38D 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 1c1d84c8464..91ccae82915 100644 --- a/automatic/mixxx/mixxx.json +++ b/automatic/mixxx/mixxx.json @@ -1,5 +1,5 @@ { "stable": "2.4.1", - "alpha": "2.6-alpha-94", - "beta": "2.5-beta-57" + "alpha": "2.6-alpha-95", + "beta": "2.5-beta-58" } diff --git a/automatic/mixxx/mixxx.nuspec b/automatic/mixxx/mixxx.nuspec index 99b194e960e..60da01b4ae2 100644 --- a/automatic/mixxx/mixxx.nuspec +++ b/automatic/mixxx/mixxx.nuspec @@ -3,7 +3,7 @@ mixxx - 2.6-alpha-94 + 2.5-beta-58 Mixxx chocolatey-community Mixxx Development Team diff --git a/automatic/mixxx/tools/chocolateyInstall.ps1 b/automatic/mixxx/tools/chocolateyInstall.ps1 index a6d153f6d4a..568c283232e 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.6-alpha-94-gb64251f130-win64.msi" + file64 = "$toolsPath\mixxx-2.5-beta-58-g0244f9edaa-win64.msi" softwareName = 'Mixxx *'