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 Apr 12, 2022
1 parent 475e5f1 commit 6a28309
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 14 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.19.4",
"stable": "0.19.4.2",
"portable": "0.19.3.6530",
"dev": "0.20.0.27428-dev"
}
14 changes: 8 additions & 6 deletions 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>0.19.4</version>
<version>0.19.4.2</version>
<title>FreeCAD</title>
<owners>chocolatey-community,purity</owners>
<authors>Jürgen Riegel</authors>
Expand All @@ -14,13 +14,11 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<bugTrackerUrl>https://www.freecadweb.org/tracker/my_view_page.php</bugTrackerUrl>
<!-- Do not touch the description here in the nuspec file. Description is imported during update from the Readme.md file -->
<description><![CDATA[FreeCAD is a general purpose feature-based, parametric 3D modeler for CAD, MCAD, CAx, CAE and PLM, aimed directly at mechanical engineering and product design but also fits a wider range of uses in engineering, such as architecture or other engineering specialties. It is 100 % Open Source and extremely modular, allowing for very advanced extension and customization.
<description><![CDATA[**This package installs the Latest Version of FreeCAD and may list a subversion determined by the version of the installer provided by FreeCAD. (Example: package version 0.19.4.2 uses installer number 2 for FreeCAD 0.19.4)**
FreeCAD is based on OpenCasCade, a powerful geometry kernel, features an Open Inventor-compliant 3D scene representation model provided by the Coin 3D library, and a broad Python API. The interface is built with Qt. FreeCAD runs exactly the same way on Windows, Mac OSX and Linux platforms.
### Notes
FreeCAD is a general purpose feature-based, parametric 3D modeler for CAD, MCAD, CAx, CAE and PLM, aimed directly at mechanical engineering and product design but also fits a wider range of uses in engineering, such as architecture or other engineering specialties. It is 100 % Open Source and extremely modular, allowing for very advanced extension and customization.
This package may install a 32bit version that is not the same version number as the 64bit version.
FreeCAD is based on OpenCasCade, a powerful geometry kernel, features an Open Inventor-compliant 3D scene representation model provided by the Coin 3D library, and a broad Python API. The interface is built with Qt. FreeCAD runs exactly the same way on Windows, Mac OSX and Linux platforms.
## Features
Expand All @@ -41,6 +39,10 @@ This package may install a 32bit version that is not the same version number as
- `/WindowStyle` - The normal window setting for most Applications is as a Window. Maximised Window would be 3.
Example: `choco install freecad --params "/InstallDir:'C:\FreeCAD' /NoShortcut"`
### Notes
- **If the package is out of date please check [Version History](#versionhistory) for the latest submitted version. If you have a question, please ask it in [Chocolatey Community Package Discussions](https://github.com/chocolatey-community/chocolatey-packages/discussions) or raise an issue on the [Chocolatey Community Packages Repository](https://github.com/chocolatey-community/chocolatey-packages/issues) if you have problems with the package. Disqus comments will generally not be responded to.**
]]></description>
<summary>A parametric 3D CAD modeler</summary>
<releaseNotes>https://www.freecadweb.org/wiki/Release_notes_0.19</releaseNotes>
Expand Down
12 changes: 6 additions & 6 deletions automatic/freecad/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ if (!$PSScriptRoot) { $PSScriptRoot = Split-Path $MyInvocation.MyCommand.Path -P
$packageArgs = @{
packageName = 'freecad'
fileType = 'exe'
url = 'https://github.com/FreeCAD/FreeCAD/releases/download/0.18.4/FreeCAD-0.18.4.980bf90-WIN-x32-installer.exe'
url64 = 'https://github.com/FreeCAD/FreeCAD/releases/download/0.19.4/FreeCAD-0.19.4-WIN-x64-installer-1.exe'
softwareName = 'FreeCAD*'
checksum = 'A3C00E00E5321D9786C56D58C501F8A8E43BA9D25F7147CD8B9C869D744BE514'
checksumType = 'sha256'
checksum64 = '690CD3510677F227899A5541EC6D28B1FE1EA9AB871EE71F699CF2B665746DB2'
url = ''
url64 = 'https://github.com/FreeCAD/FreeCAD/releases/download/0.19.4/FreeCAD-0.19.4-WIN-x64-installer-2.exe'
softwareName = 'FreeCAD'
checksum = ''
checksumType = ''
checksum64 = 'B5287FD5F6493F67423EE43BACC4E9858DABFF326E3DE271AF96989E8A5C7205'
checksumType64 = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/freecad/tools/chocolateyUninstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if (!$PSScriptRoot) { $PSScriptRoot = Split-Path $MyInvocation.MyCommand.Path -P

$packageArgs = @{
packageName = 'freecad'
softwareName = 'FreeCAD*'
softwareName = 'FreeCAD'
fileType = 'exe'
silentArgs = '/S'
validExitCodes = @(@(0))
Expand Down

0 comments on commit 6a28309

Please sign in to comment.