Skip to content

Commit

Permalink
AU: 1 updated - jruby
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Jun 16, 2021
1 parent 3f81261 commit 192662a
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion automatic/jruby/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![GitHub license](https://img.shields.io/badge/license-EPL%20v2.0%20%7C%20GPL%20v2%20%7C%20LGPL%20v2.1-blue)](https://github.com/jruby/jruby/blob/master/COPYING)
[![Maintenance status](https://img.shields.io/badge/maintained%3F-yes-green.svg)](https://github.com/dgalbraith/chocolatey-packages/graphs/commit-activity)
[![AppVeyor build](https://img.shields.io/appveyor/ci/dgalbraith/chocolatey-packages)](https://ci.appveyor.com/project/dgalbraith/chocolatey-packages)
[![Software version](https://img.shields.io/badge/Source-v9.2.18.0-blue)](https://github.com/jruby/jruby/releases/tag/9.2.18.0)
[![Software version](https://img.shields.io/badge/Source-v9.2.19.0-blue)](https://github.com/jruby/jruby/releases/tag/9.2.19.0)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/jruby?label=Chocolatey)](https://chocolatey.org/packages/jruby)

JRuby is a 100% Java implementation of the Ruby programming language. It is Ruby for the JVM.
Expand Down
4 changes: 2 additions & 2 deletions automatic/jruby/jruby.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>jruby</id>
<version>9.2.18.0</version>
<version>9.2.19.0</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/jruby</packageSourceUrl>
<owners>dgalbraith</owners>
<title>JRuby - The Ruby Programming Language on the JVM</title>
Expand Down Expand Up @@ -57,7 +57,7 @@ To have Chocolatey remember parameters on upgrade, be sure to set `choco feature
If you find it is out of date by more than a day or two, please contact the maintainer(s) and let them know the package is no longer updating correctly.
]]></description>
<releaseNotes>https://github.com/jruby/jruby/releases/tag/9.2.18.0</releaseNotes>
<releaseNotes>https://github.com/jruby/jruby/releases/tag/9.2.19.0</releaseNotes>
</metadata>
<files>
<file src="legal\**" target="legal" />
Expand Down
22 changes: 11 additions & 11 deletions automatic/jruby/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,27 @@ be verified by:

https://github.com/jruby/jruby/releases

and download the installer jruby_windows_9_2_18_0.exe or jruby_windows_x64_9_2_18_0.exe using
and download the installer jruby_windows_9_2_19_0.exe or jruby_windows_x64_9_2_19_0.exe using
the links in the relevant assets section of the page.

Alternatively the installers can be downloaded directly from

https://github.com/jruby/jruby/releases/download/9.2.18.0/jruby_windows_9_2_18_0.exe
https://github.com/jruby/jruby/releases/download/9.2.18.0/jruby_windows_x64_9_2_18_0.exe
https://github.com/jruby/jruby/releases/download/9.2.19.0/jruby_windows_9_2_19_0.exe
https://github.com/jruby/jruby/releases/download/9.2.19.0/jruby_windows_x64_9_2_19_0.exe

2. The installer can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 jruby_windows_9_2_18_0.exe
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f jruby_windows_9_2_18_0.exe
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 jruby_windows_9_2_19_0.exe
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f jruby_windows_9_2_19_0.exe

File32: jruby_windows_9_2_18_0.exe
File32: jruby_windows_9_2_19_0.exe
Type32: sha256
Checksum32: C7D38B3A5EA2AC5CF3F3908ADE4E95D55DDE3317ED233B81DAA1BF65EC37642B
Checksum32: 275F51F75AB997FB61788C41098AD46279CAB86A3407E9C9C83CEA698C5299B2

- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 jruby_windows_x64_9_2_18_0.exe
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f jruby_windows_x64_9_2_18_0.exe
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 jruby_windows_x64_9_2_19_0.exe
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f jruby_windows_x64_9_2_19_0.exe

File64: jruby_windows_x64_9_2_18_0.exe
File64: jruby_windows_x64_9_2_19_0.exe
Type64: sha256
Checksum64: 14320F8C820E8A725D1D9E17E0D67810C3A0777B7EA8CB367D952B95DD524ACF
Checksum64: 260F48C2CB5A691F84C826EDFF499889D8A76B232778C63DEC4AD4C03FE30277

Contents of file LICENSE.txt is obtained from https://github.com/jruby/jruby/blob/master/COPYING
4 changes: 2 additions & 2 deletions automatic/jruby/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ $silentArgs = '-q -overwrite -dir {0} {1}' -f $installDir, $pathArgs

$packageArgs = @{
PackageName = $env:ChocolateyPackageName
File = Join-Path $toolsDir 'jruby_windows_9_2_18_0.exe'
File64 = Join-Path $toolsDir 'jruby_windows_x64_9_2_18_0.exe'
File = Join-Path $toolsDir 'jruby_windows_9_2_19_0.exe'
File64 = Join-Path $toolsDir 'jruby_windows_x64_9_2_19_0.exe'
SilentArgs = $silentArgs
ValidExitCodes = @(0)
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/jruby/tools/chocolateyUninstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

$packageArgs = @{
PackageName = $env:ChocolateyPackageName
PackageSearch = 'jruby 9.2.18.0'
PackageSearch = 'jruby 9.2.19.0'
SilentArgs = '-q'
ValidExitCodes = @(0)
}
Expand Down

0 comments on commit 192662a

Please sign in to comment.