diff --git a/automatic/freecad/freecad.json b/automatic/freecad/freecad.json index 072f8042c17..81ef3118d9c 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": "33345.2023.6.18-dev" + "dev": "33345.2023.6.22-dev" } diff --git a/automatic/freecad/freecad.nuspec b/automatic/freecad/freecad.nuspec index 00f3adc111a..efa6e54f7f4 100644 --- a/automatic/freecad/freecad.nuspec +++ b/automatic/freecad/freecad.nuspec @@ -3,7 +3,7 @@ freecad - 33345.2023.6.18-dev + 33345.2023.6.22-dev FreeCAD chocolatey-community,purity Jürgen Riegel diff --git a/automatic/freecad/tools/chocolateyInstall.ps1 b/automatic/freecad/tools/chocolateyInstall.ps1 index 5003561626a..82c5138141a 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-33345-2023-06-18-conda-Windows-x86_64-py310.7z' + url64 = 'https://github.com/FreeCAD/FreeCAD-Bundle/releases/download/weekly-builds/FreeCAD_weekly-builds-33345-2023-06-22-conda-Windows-x86_64-py310.7z' softwareName = 'FreeCAD' checksum = '' checksumType = '' - checksum64 = '25E3AF0D20FF50DFCE151AE70CFC4F46A6AB8063360C8F0B31B93273061A2FFD' + checksum64 = 'A7B4081FF4503B2AF85295DDD598F4B4FE2F5B56AFE9488433CF17B40D36C4E6' checksumType64 = 'sha256' silentArgs = '/S' validExitCodes = @(0)