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 Jul 4, 2021
1 parent 5948d18 commit 7acd5ed
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion automatic/gitextensions/gitextensions.json
Expand Up @@ -6,5 +6,5 @@
"3.2": "3.2.1",
"3.3": "3.3.1",
"3.4": "3.4.3",
"3.5": "3.5"
"3.5": "3.5.1"
}
2 changes: 1 addition & 1 deletion automatic/gitextensions/gitextensions.nuspec
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>gitextensions</id>
<version>3.5</version>
<version>3.5.1</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
Expand Up @@ -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: <https://github.com/gitextensions/gitextensions/releases/download/v3.5/GitExtensions-3.5.0.11713-0a5ef9ca6.msi>
url: <https://github.com/gitextensions/gitextensions/releases/download/v3.5.1/GitExtensions-3.5.1.12196-9099a1e76.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: 0690DC4F163BF1C7B70138E300E086F594DFCA52580D0959D2D801B682731657
checksum: 4635AD03F771995444261CE485E7C199C5C72181A8AA0A48A2071A333C19ED34

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
Expand Up @@ -6,7 +6,7 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'Git Extensions*'
fileType = 'msi'
file = "$toolsDir\GitExtensions-3.5.0.11713-0a5ef9ca6.msi"
file = "$toolsDir\GitExtensions-3.5.1.12196-9099a1e76.msi"
silentArgs = '/quiet /norestart ADDDEFAULT=ALL REMOVE=AddToPath'
validExitCodes = @(0, 3010, 1641)
}
Expand Down

0 comments on commit 7acd5ed

Please sign in to comment.