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 Sep 4, 2021
1 parent ba8a9aa commit 925cc40
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
@@ -1,5 +1,5 @@
{
"stable": "0.19.2.7",
"portable": "0.19.2.7",
"dev": "0.20.0.25541-dev"
"dev": "0.20.0.25645-dev"
}
2 changes: 1 addition & 1 deletion automatic/freecad/freecad.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>freecad</id>
<version>0.20.0.25541-dev</version>
<version>0.20.0.25645-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
Expand Up @@ -7,11 +7,11 @@ $packageArgs = @{
packageName = 'freecad'
fileType = '7z'
url = ''
url64 = 'https://github.com/FreeCAD/FreeCAD-Bundle/releases/download/weekly-builds/FreeCAD_0.20.25541_Win-LPv12.5.4_vc17.x-x86-64.7z'
url64 = 'https://github.com/FreeCAD/FreeCAD-Bundle/releases/download/weekly-builds/FreeCAD_0.20.25645_Win-LPv12.5.4_vc17.x-x86-64.7z'
softwareName = 'FreeCAD'
checksum = ''
checksumType = ''
checksum64 = '4E1F2BE4C9D531B1CE5A38BF1000E73A57FDB00CE4514A5E1F70CDC77CA9D445'
checksum64 = 'DA703536856A5CF8F1D38F384EE07633AD9F8B67C4D24BD48658BD795F34A592'
checksumType64 = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
4 changes: 2 additions & 2 deletions automatic/mixxx/legal/VERIFICATION.txt
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/main/mixxx-2.4-alpha-786-g31b5e6c964-win64.msi
x64: https://downloads.mixxx.org/snapshots/main/mixxx-2.4-alpha-788-g9d1115879b-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: 198F51B5DDE1813A14AC852E0278B865A6DD678281A3CC882EA2B061507A8FF7
checksum64: 2E853FEFF5832671891FD5E9252470F2F6D90A96DD5332F1EAC44B77D19DB2A6

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
@@ -1,4 +1,4 @@
{
"stable": "2.3.0",
"alpha": "2.4-alpha-786"
"alpha": "2.4-alpha-788"
}
2 changes: 1 addition & 1 deletion automatic/mixxx/mixxx.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>mixxx</id>
<version>2.4-alpha-786</version>
<version>2.4-alpha-788</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
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-alpha-786-g31b5e6c964-win64.msi"
file64 = "$toolsPath\mixxx-2.4-alpha-788-g9d1115879b-win64.msi"

softwareName = 'Mixxx *'

Expand Down

0 comments on commit 925cc40

Please sign in to comment.