From 704570fa0b5a778798289ab457cb3f546e00da1f Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Mon, 27 Nov 2023 06:14:09 +0000 Subject: [PATCH] AU: 1 updated - gitextensions [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/fb39915337855b8e27c3379e57b5a3dda936ea99 --- automatic/gitextensions/gitextensions.nuspec | 2 +- automatic/gitextensions/legal/VERIFICATION.txt | 4 ++-- automatic/gitextensions/tools/chocolateyInstall.ps1 | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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) }