Skip to content

Commit

Permalink
AU: 2 updated - gitextensions ruby
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey committed Jan 5, 2020
1 parent 7aa33fb commit c3534e5
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion automatic/gitextensions/gitextensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"3.0": "3.0.2",
"3.1": "3.1.1",
"3.2": "3.2.1",
"3.3": "3.3"
"3.3": "3.3.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.3</version>
<version>3.3.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.3/GitExtensions-3.3.0.7719.msi>
url: <https://github.com/gitextensions/gitextensions/releases/download/v3.3.1/GitExtensions-3.3.0.7886.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: DA0523C4F0174BFBAC01B50471E33CC1D8340C0237A059891CC02A9B0FAA86BD
checksum: DEDBBA1C057DC561884AF5B61F04BCFDBBB9E792CC6D56109646B075ED9ED7EE

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.3.0.7719.msi"
file = "$toolsDir\GitExtensions-3.3.0.7886.msi"
silentArgs = '/quiet /norestart ADDDEFAULT=ALL REMOVE=AddToPath'
validExitCodes = @(0, 3010, 1641)
}
Expand Down
10 changes: 5 additions & 5 deletions automatic/ruby/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ Package can be verified like this:

1. Go to

x32: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-2.6.5-1/rubyinstaller-2.6.5-1-x86.exe
x64: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-2.6.5-1/rubyinstaller-2.6.5-1-x64.exe
x32: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-2.7.0-1/rubyinstaller-2.7.0-1-x86.exe
x64: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-2.7.0-1/rubyinstaller-2.7.0-1-x64.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: C2195D0A4191487A44D0D63A13785A64D8F17B9AA268AEB7AF30A283D12C6C96
checksum64: CD6498021FA842E31B8F054E9B8A7207B49832F966CB07AA9AB5F986EB5EE6D4
checksum32: B02DD917D1B7D26A860ABDB744E19659EE56DE7152449C270D24A774F8946C97
checksum64: BB58C43100ECACC5283A6126453C01EF3353CE74A0BE4E8DF8EE2E70F02B4880

Using AU:

Get-RemoteChecksum https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-2.6.5-1/rubyinstaller-2.6.5-1-x64.exe
Get-RemoteChecksum https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-2.7.0-1/rubyinstaller-2.7.0-1-x64.exe

File 'license.txt' is obtained from:
https://raw.githubusercontent.com/oneclick/rubyinstaller/master/LICENSE.txt
2 changes: 1 addition & 1 deletion automatic/ruby/ruby.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata>
<id>ruby</id>
<version>2.6.5.1</version>
<version>2.7.0.1</version>
<title>Ruby</title>
<authors>Yukihiro Matsumoto</authors>
<owners>chocolatey, Rob Reynolds</owners>
Expand Down

0 comments on commit c3534e5

Please sign in to comment.