Skip to content

Commit

Permalink
AU: 2 updated - gitextensions mkvtoolnix
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 12, 2018
1 parent 950daf0 commit a1df6af
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions automatic/gitextensions/gitextensions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"2.51": "2.51.03",
"2.50": "2.50.01"
"2.51": "2.51.4",
"2.50": "2.50.2"
}
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>2.51.03</version>
<version>2.51.4</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/v2.51.03/GitExtensions-2.51.03.msi>
url: <https://github.com/gitextensions/gitextensions/releases/download/v2.51.04/GitExtensions-2.51.04.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: C074AD7602FE8F4591B80F0E9566803EEC8072A803660D2AB51A6EFE6699B229
checksum: 05EE9FE097DFB383C8489EE9D648336CCE2DE21FB1CB34B227F079154268A7E0

The included license file have been downloaded from <https://github.com/gitextensions/gitextensions/blob/0a4730ccdf7e36c0078813101a3ee70e825e93ec/LICENSE.md>
6 changes: 3 additions & 3 deletions automatic/gitextensions/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
$ErrorActionPreference = 'Stop'
$ErrorActionPreference = 'Stop'

$toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition

$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = ''
softwareName = 'Git Extensions*'
fileType = 'msi'
file = "$toolsDir\"
file = "$toolsDir\GitExtensions-2.51.04.msi"
silentArgs = '/quiet /norestart ADDDEFAULT=ALL REMOVE=AddToPath,Icons'
validExitCodes = @(0, 3010, 1641)
}
Expand Down
8 changes: 4 additions & 4 deletions automatic/mkvtoolnix/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ Package can be verified like this:

1. Go to

x32: https://mkvtoolnix.download/windows/releases/24.0.0/mkvtoolnix-32-bit-24.0.0-setup.exe
x64: https://mkvtoolnix.download/windows/releases/24.0.0/mkvtoolnix-64-bit-24.0.0-setup.exe
x32: https://mkvtoolnix.download/windows/releases/25.0.0/mkvtoolnix-32-bit-25.0.0-setup.exe
x64: https://mkvtoolnix.download/windows/releases/25.0.0/mkvtoolnix-64-bit-25.0.0-setup.exe

to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: C8CAF52D7579A8991036C09B0078455E21092E20402946BF5779860B79516757
checksum64: 057BD0A21CC2B98A8369BF47D79F2984349CE41E18316BA9A7FEF59793394F4D
checksum32: E57EDDA76197D978DC37BCD62FB7F118E2AE7BA9B7987B13A120887727433D66
checksum64: F6148EE05904EDE9AA6DB60FF2CCD188F39FB86AD31E9BCFB80732367889F1FE
2 changes: 1 addition & 1 deletion automatic/mkvtoolnix/mkvtoolnix.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>mkvtoolnix</id>
<version>24.0.0</version>
<version>25.0.0</version>
<title>MKVToolNix</title>
<owners>chocolatey</owners>
<authors>Moritz Bunkus</authors>
Expand Down

0 comments on commit a1df6af

Please sign in to comment.