Skip to content

Commit

Permalink
AU: 1 updated - gitextensions
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Sep 13, 2019
1 parent 62d02f2 commit f92f63d
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
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"2.50": "2.50.2",
"3.0": "3.0.2",
"3.1": "3.1.1",
"3.2": "3.2"
"3.2": "3.2.1"
}
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>3.2</version>
<version>3.2.1</version>
<title>Git Extensions</title>
<authors>Henk Westhuis</authors>
<owners>chocolatey 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 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.2/GitExtensions-3.2.0.6581.msi>
url: <https://github.com/gitextensions/gitextensions/releases/download/v3.2.1/GitExtensions-3.2.1.6628.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: E8C3FE1E597EB3DEA4C8F00CDF96836B3C628E8AF84FB01EB5E259BC492BCC7F
checksum: 3D03B8587B7A33284F8011659CADB3849284A1C53E2D5B0D1804BA2D67DD8AFC

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-3.2.0.6581.msi"
file = "$toolsDir\GitExtensions-3.2.1.6628.msi"
silentArgs = '/quiet /norestart ADDDEFAULT=ALL REMOVE=AddToPath'
validExitCodes = @(0, 3010, 1641)
}
Expand Down

0 comments on commit f92f63d

Please sign in to comment.