Skip to content

Commit

Permalink
AU: 2 updated - freecad mixxx
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Aug 18, 2024
1 parent 126c632 commit 6466a36
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion automatic/freecad/freecad.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"stable": "0.21.2.1",
"portable": "0.21.2.1",
"dev": "38467.2024.8.16-dev"
"dev": "38467.2024.8.18-dev"
}
2 changes: 1 addition & 1 deletion automatic/freecad/freecad.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>freecad</id>
<version>38467.2024.8.16-dev</version>
<version>38467.2024.8.18-dev</version>
<title>FreeCAD</title>
<owners>chocolatey-community,purity</owners>
<authors>Jürgen Riegel</authors>
Expand Down
2 changes: 1 addition & 1 deletion automatic/freecad/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $packageArgs = @{
fileType = '7z'
url64 = 'https://github.com/FreeCAD/FreeCAD-Bundle/releases/download/weekly-builds/FreeCAD_weekly-builds-38467-conda-Windows-x86_64-py311.7z'
softwareName = 'FreeCAD'
checksum64 = 'CE2639CEA4A1150F88C99431A3D4187A24A09F34780CE9063406DE5518CB0D8C'
checksum64 = '02FE438F42297A566921BC2D3C4BEA1E3104AAE8AE5C15566C8D4760830BA4C3'
checksumType64 = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
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.5/mixxx-2.5-beta-39-g5e7dec8076-win64.msi
x64: https://downloads.mixxx.org/snapshots/main/mixxx-2.6-alpha-67-g9802bae652-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: AC672D0FF5E1FB1843DF63C54AA0E530044A24B66478B5DD6E87177DC9CE0BB5
checksum64: 235FA906C4DC05D0A46A21F240A0D9CF2D5FE794A6210DC00331F8F6D7473758

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.4.1",
"alpha": "2.6-alpha-66",
"alpha": "2.6-alpha-67",
"beta": "2.5-beta-39"
}
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.5-beta-39</version>
<version>2.6-alpha-67</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.5-beta-39-g5e7dec8076-win64.msi"
file64 = "$toolsPath\mixxx-2.6-alpha-67-g9802bae652-win64.msi"

softwareName = 'Mixxx *'

Expand Down

0 comments on commit 6466a36

Please sign in to comment.