From 0a0ebb9a19003d64f1313bb2c6b4df801a5df5f4 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Sun, 10 Oct 2021 06:13:17 +0000 Subject: [PATCH] AU: 1 updated - mixxx [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/f00451cdd0c0848615e81a963b73d261583c03df --- 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 110ac75f54d..93cd2b8bea9 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-872-g908245adc0-win64.msi + x64: https://downloads.mixxx.org/snapshots/main/mixxx-2.4-alpha-873-gfbaafb4311-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: 970017F081D13B3A235863086ADFFA1E79ABAD8F23451E6F792FF3BA1F13B288 + checksum64: CF65A1F2B5C544B0EF90EF22B856B9BBFE6AF61CDEB2EA6EB889CA4A4393E5C7 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 fbfc746af10..09a1a406fed 100644 --- a/automatic/mixxx/mixxx.json +++ b/automatic/mixxx/mixxx.json @@ -1,4 +1,4 @@ { "stable": "2.3.1", - "alpha": "2.4-alpha-872" + "alpha": "2.4-alpha-873" } diff --git a/automatic/mixxx/mixxx.nuspec b/automatic/mixxx/mixxx.nuspec index b7bd0c79b43..5204434cd76 100644 --- a/automatic/mixxx/mixxx.nuspec +++ b/automatic/mixxx/mixxx.nuspec @@ -3,7 +3,7 @@ mixxx - 2.4-alpha-872 + 2.4-alpha-873 Mixxx chocolatey-community Mixxx Development Team diff --git a/automatic/mixxx/tools/chocolateyInstall.ps1 b/automatic/mixxx/tools/chocolateyInstall.ps1 index e332c4d22df..28e35255b0b 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-872-g908245adc0-win64.msi" + file64 = "$toolsPath\mixxx-2.4-alpha-873-gfbaafb4311-win64.msi" softwareName = 'Mixxx *'