Skip to content

Commit

Permalink
AU: 3 updated - jruby vscode-jupyter vscode-pylance
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Mar 24, 2022
1 parent 1036641 commit e7e57f4
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 21 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.3.3.0-blue)](https://github.com/jruby/jruby/releases/tag/9.3.3.0)
[![Software version](https://img.shields.io/badge/Source-v9.3.4.0-blue)](https://github.com/jruby/jruby/releases/tag/9.3.4.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.3.3.0</version>
<version>9.3.4.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.3.3.0</releaseNotes>
<releaseNotes>https://github.com/jruby/jruby/releases/tag/9.3.4.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_3_3_0.exe or jruby_windows_x64_9_3_3_0.exe using
and download the installer jruby_windows_9_3_4_0.exe or jruby_windows_x64_9_3_4_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.3.3.0/jruby_windows_9_3_3_0.exe
https://github.com/jruby/jruby/releases/download/9.3.3.0/jruby_windows_x64_9_3_3_0.exe
https://github.com/jruby/jruby/releases/download/9.3.4.0/jruby_windows_9_3_4_0.exe
https://github.com/jruby/jruby/releases/download/9.3.4.0/jruby_windows_x64_9_3_4_0.exe

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

File32: jruby_windows_9_3_3_0.exe
File32: jruby_windows_9_3_4_0.exe
Type32: sha256
Checksum32: D3CFFE4F6C91D4F7579BAE2F093BC0DA1865A89629B384367157083687D0A2CC
Checksum32: 72E4F3B373E3D6373C589DDB16D5B676854A44180BF213CB1B6F3D1C739E8F39

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

File64: jruby_windows_x64_9_3_3_0.exe
File64: jruby_windows_x64_9_3_4_0.exe
Type64: sha256
Checksum64: 08C3D01B66D0DDC4D231510331908638F9673207AAB3B960C218B628F92867D8
Checksum64: CC1BEA91A588C01A07362A9575760184F1A99860C7AF6161C8173A70EBF81B03

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_3_3_0.exe'
File64 = Join-Path $toolsDir 'jruby_windows_x64_9_3_3_0.exe'
File = Join-Path $toolsDir 'jruby_windows_9_3_4_0.exe'
File64 = Join-Path $toolsDir 'jruby_windows_x64_9_3_4_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.3.3.0'
PackageSearch = 'jruby 9.3.4.0'
SilentArgs = '-q'
ValidExitCodes = @(0)
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/vscode-jupyter/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
$ErrorActionPreference = 'Stop'

Install-VsCodeExtension -extensionId 'ms-toolsai.jupyter@2022.3.1000831004'
Install-VsCodeExtension -extensionId 'ms-toolsai.jupyter@2022.3.1000841004'
2 changes: 1 addition & 1 deletion automatic/vscode-jupyter/vscode-jupyter.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>vscode-jupyter</id>
<version>2022.3.1000831004</version>
<version>2022.3.1000841004</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-jupyter</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Visual Studio Jupyter VSCode Extension</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/vscode-pylance/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
$ErrorActionPreference = 'Stop'

Install-VsCodeExtension -extensionId "ms-python.vscode-pylance@2022.3.2"
Install-VsCodeExtension -extensionId "ms-python.vscode-pylance@2022.3.3"
2 changes: 1 addition & 1 deletion automatic/vscode-pylance/vscode-pylance.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>vscode-pylance</id>
<version>2022.3.2</version>
<version>2022.3.3</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-pylance</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Pylance VSCode Extension</title>
Expand Down

0 comments on commit e7e57f4

Please sign in to comment.