diff --git a/automatic/freecad/freecad.json b/automatic/freecad/freecad.json index e7ea93e0f7c..db57abe43b2 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": "33458.2023.6.30-dev" + "dev": "33458.2023.7.2-dev" } diff --git a/automatic/freecad/freecad.nuspec b/automatic/freecad/freecad.nuspec index a556e11bab3..d83b73b8af6 100644 --- a/automatic/freecad/freecad.nuspec +++ b/automatic/freecad/freecad.nuspec @@ -3,7 +3,7 @@ freecad - 33458.2023.6.30-dev + 33458.2023.7.2-dev FreeCAD chocolatey-community,purity Jürgen Riegel diff --git a/automatic/freecad/tools/chocolateyInstall.ps1 b/automatic/freecad/tools/chocolateyInstall.ps1 index 0602a602cb9..b8454a26b06 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-33458-2023-06-30-conda-Windows-x86_64-py310.7z' + url64 = 'https://github.com/FreeCAD/FreeCAD-Bundle/releases/download/weekly-builds/FreeCAD_weekly-builds-33458-2023-07-02-conda-Windows-x86_64-py310.7z' softwareName = 'FreeCAD' checksum = '' checksumType = '' - checksum64 = '76402E504BD35A258AAC68DAF1AAAA0121C596FD84E40DC8FE7870C914119467' + checksum64 = '3C0CB29824AC64385F3F44AB3B525D7D08B5A2D54CD479EB3873ABB583BABBE3' checksumType64 = 'sha256' silentArgs = '/S' validExitCodes = @(0)