From f8ecf02c42e75af2f3e745aadb76fa55a52ba476 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Fri, 8 Nov 2024 18:19:45 +0000 Subject: [PATCH] AU: 1 updated - mixxx [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/a19237b26728d9e49c357510998e5e388fcca6f9 --- automatic/mixxx/legal/VERIFICATION.txt | 4 ++-- automatic/mixxx/mixxx.json | 2 +- automatic/mixxx/mixxx.nuspec | 2 +- automatic/mixxx/tools/chocolateyInstall.ps1 | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/automatic/mixxx/legal/VERIFICATION.txt b/automatic/mixxx/legal/VERIFICATION.txt index 296c79776e7..cbdb333d066 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-74-g2d2237ec2f-win64.msi + x64: https://downloads.mixxx.org/snapshots/2.5/mixxx-2.5-beta-75-g9c53c48ab7-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: 0C236AC6B19868BC9107FAB72E05155123A48C574BF17538BB9624B98F008EAB + checksum64: 5B3C0FE8870497EB7BCE442B60BDB9F9B86C5D7335E0241C31CD75E8071BC86E 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 d439032657e..01d5f622107 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-74" + "beta": "2.5-beta-75" } diff --git a/automatic/mixxx/mixxx.nuspec b/automatic/mixxx/mixxx.nuspec index 430bc4449e8..191f3819e84 100644 --- a/automatic/mixxx/mixxx.nuspec +++ b/automatic/mixxx/mixxx.nuspec @@ -3,7 +3,7 @@ mixxx - 2.5-beta-74 + 2.5-beta-75 Mixxx chocolatey-community Mixxx Development Team diff --git a/automatic/mixxx/tools/chocolateyInstall.ps1 b/automatic/mixxx/tools/chocolateyInstall.ps1 index 7a4d0f36209..32596cddbc3 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-74-g2d2237ec2f-win64.msi" + file64 = "$toolsPath\mixxx-2.5-beta-75-g9c53c48ab7-win64.msi" softwareName = 'Mixxx *'