diff --git a/automatic/freecad/freecad.json b/automatic/freecad/freecad.json index 0084c1c05d6..c7bf5572185 100644 --- a/automatic/freecad/freecad.json +++ b/automatic/freecad/freecad.json @@ -1,5 +1,5 @@ { "stable": "0.20.2.1", "portable": "0.20.2.1", - "dev": "33617.2023.7.21-dev" + "dev": "33631.2023.7.23-dev" } diff --git a/automatic/freecad/freecad.nuspec b/automatic/freecad/freecad.nuspec index 6648a958d2d..acea8441683 100644 --- a/automatic/freecad/freecad.nuspec +++ b/automatic/freecad/freecad.nuspec @@ -3,7 +3,7 @@ freecad - 33617.2023.7.21-dev + 33631.2023.7.23-dev FreeCAD chocolatey-community,purity Jürgen Riegel diff --git a/automatic/freecad/tools/chocolateyInstall.ps1 b/automatic/freecad/tools/chocolateyInstall.ps1 index 6e5612e4887..91b5f927bcf 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-Bundle/releases/download/weekly-builds/FreeCAD_weekly-builds-33617-2023-07-21-conda-Windows-x86_64-py310.7z' + url64 = 'https://github.com/FreeCAD/FreeCAD-Bundle/releases/download/weekly-builds/FreeCAD_weekly-builds-33631-2023-07-23-conda-Windows-x86_64-py310.7z' softwareName = 'FreeCAD' checksum = '' checksumType = '' - checksum64 = '27D14CD572BB715C5D331CE9738BD465DCEADC819785A51638815D3DEF10467F' + checksum64 = '5162A1061A81AC518BBBC5E6614DF4FF62BF85466C2E7E741559BEB19E891B0C' checksumType64 = 'sha256' silentArgs = '/S' validExitCodes = @(0)