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 Aug 6, 2024
1 parent 5c0a3bb commit 6ed9e65
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": "38385.2024.8.2-dev"
"dev": "38419.2024.8.6-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>38385.2024.8.2-dev</version>
<version>38419.2024.8.6-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-38385-conda-Windows-x86_64-py311.7z'
url64 = 'https://github.com/FreeCAD/FreeCAD-Bundle/releases/download/weekly-builds/FreeCAD_weekly-builds-38419-conda-Windows-x86_64-py311.7z'
softwareName = 'FreeCAD'
checksum64 = '48FC09705A31BC7C42EC7077DD8C363785FE04C76E88B76B14645B1F92655792'
checksum64 = '303B427ADDCD6AC304BFD9FC37860C16D572D7C34EABB8AE21E73BE218C24D58'
checksumType64 = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit 6ed9e65

Please sign in to comment.