Skip to content

Commit

Permalink
AU: 1 updated - mixxx
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jun 3, 2023
1 parent a83cfa6 commit de32198
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions automatic/mixxx/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ Package can be verified like this:
1. Go to <https://www.mixxx.org/download>

x32: No longer being provided
x64: https://downloads.mixxx.org/snapshots/2.4/mixxx-2.4-beta-5-g3abaad0018-win64.msi
x64: https://downloads.mixxx.org/snapshots/main/mixxx-2.5-alpha-43-g4a3a8dc39e-win64.msi

to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum64: 1D79D2A03313479755D0A2AB79CEAAF0C7672957CF399D6DB621AA96F5D25856
checksum64: 94E60DCED7115C89EF68BBFB46D691AFA2F2F1328EF54806CB7DEB2DE4B034F3

File 'license.txt' is obtained from:
https://www.gnu.org/licenses/gpl-2.0.html
2 changes: 1 addition & 1 deletion automatic/mixxx/mixxx.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"stable": "2.3.5",
"alpha": "2.5-alpha-42",
"alpha": "2.5-alpha-43",
"beta": "2.4-beta-5"
}
2 changes: 1 addition & 1 deletion automatic/mixxx/mixxx.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>mixxx</id>
<version>2.4-beta-5</version>
<version>2.5-alpha-43</version>
<title>Mixxx</title>
<owners>chocolatey-community</owners>
<authors>Mixxx Development Team</authors>
Expand Down
2 changes: 1 addition & 1 deletion automatic/mixxx/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if ((Get-OSArchitectureWidth 32) -or ($env:chocolateyForceX86 -eq 'true')) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
file64 = "$toolsPath\mixxx-2.4-beta-5-g3abaad0018-win64.msi"
file64 = "$toolsPath\mixxx-2.5-alpha-43-g4a3a8dc39e-win64.msi"

softwareName = 'Mixxx *'

Expand Down

0 comments on commit de32198

Please sign in to comment.