Skip to content

Commit

Permalink
AU: 2 updated - ruby vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jul 10, 2021
1 parent 3f67202 commit 539a2aa
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
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-3.0.1-1/rubyinstaller-3.0.1-1-x86.exe
x64: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.0.1-1/rubyinstaller-3.0.1-1-x64.exe
x32: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.0.2-1/rubyinstaller-3.0.2-1-x86.exe
x64: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.0.2-1/rubyinstaller-3.0.2-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: 8D92BDA89B3A5F40711DFFDF102AADF572C1FE7A97275B7C9344780555884B4C
checksum64: FD28CAC730DF4D7C3E7EF791EDA1B733F57EF4E67498D8C0C11CA642AAAF207B
checksum32: 39AC500E9443343D6C49229A64DBAB121AF8393DEB85C5E9A4720443CAC4DAFB
checksum64: EAAF4305187662A41D91506D3D1CEE8EF72BD589687DD4431072C72C67635196

Using AU:

Get-RemoteChecksum https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.0.1-1/rubyinstaller-3.0.1-1-x64.exe
Get-RemoteChecksum https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.0.2-1/rubyinstaller-3.0.2-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>3.0.1.1</version>
<version>3.0.2.1</version>
<title>Ruby</title>
<authors>Yukihiro Matsumoto</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ in verifying that this package's contents are trustworthy.
The embedded software have been downloaded from GitHub and can be verified like this:

1. Download the following zips:
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3131/gvim_8.2.3131_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3131/gvim_8.2.3131_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3134/gvim_8.2.3134_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3134/gvim_8.2.3134_x64.zip>
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: B84430824BD3FA23522F153FB10DE17FD4429855AD5CE6E79755E5820A797C73
checksum64: 57CDC7222AF10A9F05EF50133546A3E182AB0A4A795F68B9269EF7E7EE62FBAF
checksum32: 670A0C50B16552691853C928A39235FEC8F86A1ED8F54DE0BF4ADCAEFE94E2A0
checksum64: 91D7C638898C6B3A889DBF67A3B8F9F8C1DC1AF88ECBAA0265E9E026AAD2932F
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_8.2.3131_x86.zip"
file64 = "$toolsDir\gvim_8.2.3131_x64.zip"
file = "$toolsDir\gvim_8.2.3134_x86.zip"
file64 = "$toolsDir\gvim_8.2.3134_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>8.2.3131</version>
<version>8.2.3134</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds, matsuhav</owners>
<summary>Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. It's useful whether you're already using vi or using a different editor.</summary>
Expand Down

0 comments on commit 539a2aa

Please sign in to comment.