Skip to content

Commit

Permalink
AU: 1 updated - gitextensions
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Sep 9, 2024
1 parent a987f68 commit e7cb297
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion automatic/gitextensions/gitextensions.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>gitextensions</id>
<version>4.2.1</version>
<version>5.0.0</version>
<title>Git Extensions</title>
<authors>Henk Westhuis</authors>
<owners>chocolatey-community ferventcoder</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/gitextensions/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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: <https://github.com/gitextensions/gitextensions/releases/download/v4.2.1/GitExtensions-4.2.1.17611-b0c0b2848.msi>
url: <https://github.com/gitextensions/gitextensions/releases/download/v5.0/GitExtensions-x64-5.0.0.17897-2a3b78b86.msi>
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: DBF66A494BDA70686C1EB4F5D5ACAA0BD870A91342D3EA8C2FB4ACB2E194E310
checksum: 36526A42A6A1AC0EE5B7248084B891A639E844C1BB831E58D71642F826D38CCE

The included license file have been downloaded from <https://github.com/gitextensions/gitextensions/blob/0a4730ccdf7e36c0078813101a3ee70e825e93ec/LICENSE.md>
2 changes: 1 addition & 1 deletion automatic/gitextensions/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'Git Extensions*'
fileType = 'msi'
file = "$toolsDir\GitExtensions-4.2.1.17611-b0c0b2848.msi"
file = "$toolsDir\GitExtensions-x64-5.0.0.17897-2a3b78b86.msi"
silentArgs = '/quiet /norestart ADDDEFAULT=ALL REMOVE=AddToPath'
validExitCodes = @(0, 3010, 1641)
}
Expand Down

0 comments on commit e7cb297

Please sign in to comment.