diff --git a/automatic/freecad/freecad.json b/automatic/freecad/freecad.json index 322f826d162..645cc08973a 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.21514-dev" + "dev": "0.19.0.21622-dev" } diff --git a/automatic/freecad/freecad.nuspec b/automatic/freecad/freecad.nuspec index 5059a8ae4a0..5b10c80931a 100644 --- a/automatic/freecad/freecad.nuspec +++ b/automatic/freecad/freecad.nuspec @@ -3,7 +3,7 @@ freecad - 0.19.0.21514-dev + 0.19.0.21622-dev FreeCAD chocolatey,purity Jürgen Riegel diff --git a/automatic/freecad/tools/chocolateyInstall.ps1 b/automatic/freecad/tools/chocolateyInstall.ps1 index 5ba4934ac5f..5ac00f55c2d 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.21514-Win-Conda_vc14.x-x86_64.7z' + url64 = 'https://github.com/FreeCAD/FreeCAD/releases/download/0.19_pre/FreeCAD_0.19.21622-Win-Conda_vc14.x-x86_64.7z' softwareName = 'FreeCAD' checksum = '' checksumType = '' - checksum64 = 'FE4BD1E31C9AD3E22024252CF00318591DCCCCBCC32F60B02411108D00C7DDEC' + checksum64 = '5DB089188AB1629AED32E115B58382B1107B6C9714664AB38F4E2864BBF698A1' checksumType64 = 'sha256' silentArgs = '/S' validExitCodes = @(0) diff --git a/automatic/gitextensions/gitextensions.json b/automatic/gitextensions/gitextensions.json index 72a5a08d4b8..dfc7c7b7bab 100644 --- a/automatic/gitextensions/gitextensions.json +++ b/automatic/gitextensions/gitextensions.json @@ -5,5 +5,5 @@ "3.1": "3.1.1", "3.2": "3.2.1", "3.3": "3.3.1", - "3.4": "3.4" + "3.4": "3.4.1" } diff --git a/automatic/gitextensions/gitextensions.nuspec b/automatic/gitextensions/gitextensions.nuspec index d7f53094412..b63257d0841 100644 --- a/automatic/gitextensions/gitextensions.nuspec +++ b/automatic/gitextensions/gitextensions.nuspec @@ -2,7 +2,7 @@ gitextensions - 3.4 + 3.4.1 Git Extensions Henk Westhuis chocolatey ferventcoder diff --git a/automatic/gitextensions/legal/VERIFICATION.txt b/automatic/gitextensions/legal/VERIFICATION.txt index 1dd473d12a9..30d7e12e309 100644 --- a/automatic/gitextensions/legal/VERIFICATION.txt +++ b/automatic/gitextensions/legal/VERIFICATION.txt @@ -5,12 +5,12 @@ in verifying that this package's contents are trustworthy. The installer have been downloaded from GitHub and can be verified like this: 1. Download the following installers: - url: + url: 2. You can use one of the following methods to obtain the checksum - Use powershell function 'Get-Filehash' - Use chocolatey utility 'checksum.exe' checksum type: sha256 - checksum: 8C99610FBC6CB8D7C40F6F7C29DB53EC1A77D4F9D56299554793886D254C8F51 + checksum: A192378EE61CBE83326B53368C7E946385AD3E170A68207EB26A96884E08E35F The included license file have been downloaded from diff --git a/automatic/gitextensions/tools/chocolateyInstall.ps1 b/automatic/gitextensions/tools/chocolateyInstall.ps1 index 038909a12bf..ab6a7d099ec 100644 --- a/automatic/gitextensions/tools/chocolateyInstall.ps1 +++ b/automatic/gitextensions/tools/chocolateyInstall.ps1 @@ -6,7 +6,7 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName softwareName = 'Git Extensions*' fileType = 'msi' - file = "$toolsDir\GitExtensions-3.4.0.9381-096b4d567.msi" + file = "$toolsDir\GitExtensions-3.4.1.9675-f49b4d059.msi" silentArgs = '/quiet /norestart ADDDEFAULT=ALL REMOVE=AddToPath' validExitCodes = @(0, 3010, 1641) }