Skip to content

Commit

Permalink
AU: 1 updated - freecad
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jul 2, 2024
1 parent e1e553a commit 8fe9445
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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": "37928.2024.6.28-dev"
"dev": "38001.2024.7.2-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>37928.2024.6.28-dev</version>
<version>38001.2024.7.2-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-37928-conda-Windows-x86_64-py311.7z'
url64 = 'https://github.com/FreeCAD/FreeCAD-Bundle/releases/download/weekly-builds/FreeCAD_weekly-builds-38001-conda-Windows-x86_64-py311.7z'
softwareName = 'FreeCAD'
checksum64 = '5EB59DC3EEB752989DFA789AAB42C7EFE442F841BB3560ECD9277B7C408CD1FB'
checksum64 = '79BA2102A9733BBAC47011C2350520F713B0FEB09DAE7BC874885D6F0692B1B3'
checksumType64 = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit 8fe9445

Please sign in to comment.