From 701d803474f7c2eac5fd524b54f59e90cd184e7c Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Sun, 24 Oct 2021 00:13:12 +0000 Subject: [PATCH] AU: 1 updated - mixxx [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/192cfcb877002e935417e6b166fd1616000758db --- 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 eac4e135952..36faa28d212 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-955-gf2b11927c2-win64.msi + x64: https://downloads.mixxx.org/snapshots/main/mixxx-2.4-alpha-956-g55d2461336-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: FC1A9DEDEF5791B06F5C2DDFCD79B87739E05A42AC0DDC9F22BFF0F4104EB250 + checksum64: 094FEADE5817D6C993143E6B37D6BC989F18CA0877766040491551E8244DE7BF 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 cc94d44e3d1..8056f40b8a4 100644 --- a/automatic/mixxx/mixxx.json +++ b/automatic/mixxx/mixxx.json @@ -1,4 +1,4 @@ { "stable": "2.3.1", - "alpha": "2.4-alpha-955" + "alpha": "2.4-alpha-956" } diff --git a/automatic/mixxx/mixxx.nuspec b/automatic/mixxx/mixxx.nuspec index 4789a755945..7b0b283490e 100644 --- a/automatic/mixxx/mixxx.nuspec +++ b/automatic/mixxx/mixxx.nuspec @@ -3,7 +3,7 @@ mixxx - 2.4-alpha-955 + 2.4-alpha-956 Mixxx chocolatey-community Mixxx Development Team diff --git a/automatic/mixxx/tools/chocolateyInstall.ps1 b/automatic/mixxx/tools/chocolateyInstall.ps1 index a7df678e924..11f68146816 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-955-gf2b11927c2-win64.msi" + file64 = "$toolsPath\mixxx-2.4-alpha-956-g55d2461336-win64.msi" softwareName = 'Mixxx *'