diff --git a/automatic/freecad/freecad.json b/automatic/freecad/freecad.json index 6f713b75418..2193613ac64 100644 --- a/automatic/freecad/freecad.json +++ b/automatic/freecad/freecad.json @@ -1,5 +1,5 @@ { "stable": "0.18.4.980", "portable": "0.18.4.980", - "dev": "0.19.0.22756-dev" + "dev": "0.19.0.22846-dev" } diff --git a/automatic/freecad/freecad.nuspec b/automatic/freecad/freecad.nuspec index 866276a7d91..7a21329c860 100644 --- a/automatic/freecad/freecad.nuspec +++ b/automatic/freecad/freecad.nuspec @@ -3,7 +3,7 @@ freecad - 0.19.0.22756-dev + 0.19.0.22846-dev FreeCAD chocolatey-community,purity Jürgen Riegel diff --git a/automatic/freecad/tools/chocolateyInstall.ps1 b/automatic/freecad/tools/chocolateyInstall.ps1 index 3e2b4eae172..d0f26076730 100644 --- a/automatic/freecad/tools/chocolateyInstall.ps1 +++ b/automatic/freecad/tools/chocolateyInstall.ps1 @@ -7,11 +7,11 @@ $packageArgs = @{ packageName = 'freecad' fileType = '7z' url = '' - url64 = 'https://github.com/FreeCAD/FreeCAD/releases/download/0.19_pre/FreeCAD_0.19.22756-Win-Conda_vc14.x-x86_64.7z' + url64 = 'https://github.com/FreeCAD/FreeCAD/releases/download/0.19_pre/FreeCAD_0.19.22846-Win-Conda_vc14.x-x86_64.7z' softwareName = 'FreeCAD' checksum = '' checksumType = '' - checksum64 = 'C0644F2727EDC2CFD31604C227191168FD79F85B81BF47371B08FD46D95CD8EE' + checksum64 = '29E46B81A1CD650FF6B5CF11EE9B41F33C2373D2B02B0B791743831603B60FE4' checksumType64 = 'sha256' silentArgs = '/S' validExitCodes = @(0)