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 13, 2024
1 parent 19d84b2 commit 7d4e88d
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 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": "38429.2024.8.9-dev"
"dev": "38459.2024.8.12-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>38429.2024.8.9-dev</version>
<version>38459.2024.8.12-dev</version>
<title>FreeCAD</title>
<owners>chocolatey-community,purity</owners>
<authors>Jürgen Riegel</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/freecad/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ if (!$PSScriptRoot) { $PSScriptRoot = Split-Path $MyInvocation.MyCommand.Path -P
$packageArgs = @{
packageName = 'freecad'
fileType = '7z'
url64 = 'https://github.com/FreeCAD/FreeCAD-Bundle/releases/download/weekly-builds/FreeCAD_weekly-builds-38429-conda-Windows-x86_64-py311.7z'
url64 = 'https://github.com/FreeCAD/FreeCAD-Bundle/releases/download/weekly-builds/FreeCAD_weekly-builds-38459-conda-Windows-x86_64-py311.7z'
softwareName = 'FreeCAD'
checksum64 = 'FBA77CB1C518884BF0376C1DD5F5F4EBD6096D3C99859102D07CF22A16A99037'
checksum64 = '9764DA49E6F38B39F952E11538A4F13E0B30CF5DCCB9106F6014D35D5FB0E2CA'
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-34-g2041a20757-win64.msi
x64: https://downloads.mixxx.org/snapshots/main/mixxx-2.6-alpha-62-gd87006546d-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: B66C02E82CBEBE22CF8B9E39C83D9356831E9E7C89990B0E4661AAEECC3B2A71
checksum64: FABB0B9E1572836477B57C041A2CE4A3AFC60E3F3FB6E23E52F2B835487FD0C7

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-60",
"alpha": "2.6-alpha-62",
"beta": "2.5-beta-34"
}
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-34</version>
<version>2.6-alpha-62</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-34-g2041a20757-win64.msi"
file64 = "$toolsPath\mixxx-2.6-alpha-62-gd87006546d-win64.msi"

softwareName = 'Mixxx *'

Expand Down

0 comments on commit 7d4e88d

Please sign in to comment.