Skip to content

Commit

Permalink
AU: 2 updated - gitextensions gom-player
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 23, 2020
1 parent 83a3569 commit 379cdd7
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion automatic/gitextensions/gitextensions.json
Expand Up @@ -5,5 +5,5 @@
"3.1": "3.1.1",
"3.2": "3.2.1",
"3.3": "3.3.1",
"3.4": "3.4.2"
"3.4": "3.4.3"
}
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.4.2</version>
<version>3.4.3</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
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.4.2/GitExtensions-3.4.2.9737-082cfd97d.msi>
url: <https://github.com/gitextensions/gitextensions/releases/download/v3.4.3/GitExtensions-3.4.3.9999-d4b0f48bb.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: B6AD5ED32783B287D449FFECF6E3938D357B4A431822CE65AC27A80F034C1A26
checksum: 96811EA4F9266BA8EE5C758C146FBC84F3CFE5EC4C5C966B5885E11B5F696F74

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.4.2.9737-082cfd97d.msi"
file = "$toolsDir\GitExtensions-3.4.3.9999-d4b0f48bb.msi"
silentArgs = '/quiet /norestart ADDDEFAULT=ALL REMOVE=AddToPath'
validExitCodes = @(0, 3010, 1641)
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/gom-player/gom-player.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>gom-player</id>
<version>2.3.54.5318</version>
<version>2.3.55.5139</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/gom-player</packageSourceUrl>
<owners>chocolatey, AdmiringWorm</owners>
<title>GOM Player (Install)</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/gom-player/tools/chocolateyinstall.ps1
Expand Up @@ -5,7 +5,7 @@ $packageArgs = @{
fileType = 'exe'
url = 'https://cdn.gomlab.com/gretech/player/GOMPLAYERGLOBALSETUP_NEW.EXE'
softwareName = 'GOM Player'
checksum = '55b914b796d51511555d16dff1b34b7298bf6ab6ab06135e65d647ad63cece09'
checksum = '8ac8e368e2c28e4a46c00cfd503673fffeaa5de456dcf34c41072ddb94ebfbbb'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit 379cdd7

Please sign in to comment.