diff --git a/automatic/gitextensions/gitextensions.nuspec b/automatic/gitextensions/gitextensions.nuspec index 5b4b80188db..63b2e8aa068 100644 --- a/automatic/gitextensions/gitextensions.nuspec +++ b/automatic/gitextensions/gitextensions.nuspec @@ -2,7 +2,7 @@ gitextensions - 4.2.0 + 4.2.1 Git Extensions Henk Westhuis chocolatey-community ferventcoder diff --git a/automatic/gitextensions/legal/VERIFICATION.txt b/automatic/gitextensions/legal/VERIFICATION.txt index bce48d25a2f..27feb6e7394 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 has 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: 11943A26C0B12020254739A2C857D0C28408D2B419FB06B0328DE8472B4571A6 + checksum: DBF66A494BDA70686C1EB4F5D5ACAA0BD870A91342D3EA8C2FB4ACB2E194E310 The included license file have been downloaded from diff --git a/automatic/gitextensions/tools/chocolateyInstall.ps1 b/automatic/gitextensions/tools/chocolateyInstall.ps1 index a95edc7a3ef..6c4ab2491a5 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-4.2.0.17591-bf814d4f1.msi" + file = "$toolsDir\GitExtensions-4.2.1.17611-b0c0b2848.msi" silentArgs = '/quiet /norestart ADDDEFAULT=ALL REMOVE=AddToPath' validExitCodes = @(0, 3010, 1641) }