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 Nov 4, 2018
1 parent 3ad7b03 commit be3fbe5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion automatic/gitextensions/gitextensions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"2.51": "2.51.5",
"2.50": "2.50.2",
"3.0": "3.0.0-beta1"
"3.0": "3.0.0-rc1"
}
4 changes: 2 additions & 2 deletions automatic/gitextensions/gitextensions.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>gitextensions</id>
<version>3.0.0-beta1</version>
<version>3.0.0-rc1</version>
<title>Git Extensions</title>
<authors>Henk Westhuis</authors>
<owners>chocolatey ferventcoder</owners>
<licenseUrl>https://github.com/gitextensions/gitextensions/blob/master/LICENSE.md</licenseUrl>
<projectUrl>http://gitextensions.github.io/</projectUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/a6a2ac897a7b02a2889d5834d0133d7b8464799c/icons/gitextensions.svg</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@a6a2ac897a7b02a2889d5834d0133d7b8464799c/icons/gitextensions.svg</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description><![CDATA[## Features
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.00.00-beta1/GitExtensions-3.00.00.01-beta1.msi>
url: <https://github.com/gitextensions/gitextensions/releases/download/v3.00.00-rc1/GitExtensions-3.00.00.02-rc1.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: 65F2417B4D307D11BE96BB5FDF257EA95002A453D2015CBC6EB953654E4ACDFA
checksum: 8077EFE5DFCC2C78299C5D70DFC12B3C51F6A72C1F10E7DEA5AFB3A1FBF10ED4

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

0 comments on commit be3fbe5

Please sign in to comment.