Skip to content

Commit

Permalink
AU: 5 updated - jruby kyma-cli vscode-java vscode-kubernetes-tools vs…
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Jun 8, 2023
1 parent c9bddbe commit 51dc663
Show file tree
Hide file tree
Showing 16 changed files with 39 additions and 39 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.4.2.0-blue)](https://github.com/jruby/jruby/releases/tag/9.4.2.0)
[![Software version](https://img.shields.io/badge/Source-v9.4.3.0-blue)](https://github.com/jruby/jruby/releases/tag/9.4.3.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.4.2.0</version>
<version>9.4.3.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.4.2.0</releaseNotes>
<releaseNotes>https://github.com/jruby/jruby/releases/tag/9.4.3.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_4_2_0.exe or jruby_windows_x64_9_4_2_0.exe using
and download the installer jruby_windows_9_4_3_0.exe or jruby_windows_x64_9_4_3_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.4.2.0/jruby_windows_9_4_2_0.exe
https://github.com/jruby/jruby/releases/download/9.4.2.0/jruby_windows_x64_9_4_2_0.exe
https://github.com/jruby/jruby/releases/download/9.4.3.0/jruby_windows_9_4_3_0.exe
https://github.com/jruby/jruby/releases/download/9.4.3.0/jruby_windows_x64_9_4_3_0.exe

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

File32: jruby_windows_9_4_2_0.exe
File32: jruby_windows_9_4_3_0.exe
Type32: sha256
Checksum32: CAA97F169EA6DE886C02FD157C9D03BEE842305222E0B2E49370570BF7D90BD0
Checksum32: 25BABA54F211808E2853AAC5075750B621342D653B3F9FEF433AD0754B9E3089

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

File64: jruby_windows_x64_9_4_2_0.exe
File64: jruby_windows_x64_9_4_3_0.exe
Type64: sha256
Checksum64: 3576BF68B2D288E4F4D9F65328D0F481772711292C38D4B5799B987E16630A2F
Checksum64: 981B95DB6F0881F901B3C5DA9FA59D5A749BF4B6F2E8FAFB3F4932C679B510B7

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_4_2_0.exe'
File64 = Join-Path $toolsDir 'jruby_windows_x64_9_4_2_0.exe'
File = Join-Path $toolsDir 'jruby_windows_9_4_3_0.exe'
File64 = Join-Path $toolsDir 'jruby_windows_x64_9_4_3_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.4.2.0'
PackageSearch = 'jruby 9.4.3.0'
SilentArgs = '-q'
ValidExitCodes = @(0)
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/kyma-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![GitHub license](https://img.shields.io/github/license/kyma-project/kyma-cli)](https://github.com/kyma-project/cli/blob/master/LICENCE/)
[![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/version-2.14.3-blue)](https://github.com/kyma-project/cli/releases/tags/2.14.3)
[![Software version](https://img.shields.io/badge/version-2.15.0-blue)](https://github.com/kyma-project/cli/releases/tags/2.15.0)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/kyma-cli?label=Chocolatey)](https://chocolatey.org/packages/kyma-cli)

[Kyma CLI](https://github.com/kyma-project/cli) is a command line tool that supports [Kyma](https://kyma-project.io/) developers. It provides a set of commands you can use to install and manage [Kyma](https://kyma-project.io/).
Expand Down
2 changes: 1 addition & 1 deletion automatic/kyma-cli/kyma-cli.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>kyma-cli</id>
<version>2.14.3</version>
<version>2.15.0</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/kyma-cli</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Kyma CLI - Install, Manage and Test Kyma</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/kyma-cli/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@ the links in the relevant assets section of the page.

Alternatively the distributions can be downloaded directly from

https://github.com/kyma-project/cli/releases/download/2.14.3/kyma_Windows_i386.zip
https://github.com/kyma-project/cli/releases/download/2.14.3/kyma_Windows_x86_64.zip
https://github.com/kyma-project/cli/releases/download/2.15.0/kyma_Windows_i386.zip
https://github.com/kyma-project/cli/releases/download/2.15.0/kyma_Windows_x86_64.zip

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

File32: kyma_Windows_i386.zip
ChecksumType32: sha256
Checksum32: 130DEC72DFAC7D33C5FA3A256FDAE607477651743B9A443EFA21F8B416397C48
Checksum32: 0FD31BED8108C6725FDA85370EA3A74F8BE031C82AB21833E2A2B9C44A66BA9C

File64: kyma_Windows_x86_64.zip
ChecksumType64: sha256
Checksum64: F884D71095D0693DE11C398AE55D7F055458C6F68C661C0B4C78F3AC62A305A9
Checksum64: DF2A249CABE99D16A915262860E4C7BF4B4CE1121A79BD9F1DF17B93E8952417

Contents of file LICENSE.txt is obtained from https://github.com/kyma-project/cli/blob/master/LICENCE
10 changes: 5 additions & 5 deletions automatic/vscode-java/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ and can be verified by:

https://marketplace.visualstudio.com/items?itemName=redhat.java

and download the extension redhat.java-1.20.2023060304.vsix using the Download Extension link
and download the extension redhat.java-1.20.2023060704.vsix using the Download Extension link
in the Resources section of the sidebar.

Alternatively the package can be downloaded directly from

https://marketplace.visualstudio.com/_apis/public/gallery/publishers/redhat/vsextensions/java/1.20.2023060304/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/redhat/vsextensions/java/1.20.2023060704/vspackage

2. The package can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash redhat.java-1.20.2023060304.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f redhat.java-1.20.2023060304.vsix
- Use powershell function 'Get-Filehash' - Get-Filehash redhat.java-1.20.2023060704.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f redhat.java-1.20.2023060704.vsix

Type: sha256
Checksum: 48CE0C0A844A6DE73FF85E7FC2E864311B2CFDA2CB85F5AD76C21F88CE58A439
Checksum: AF152D71A14549948446615D7598EF74F1496CB0C9C2009B5B2C138552366E0F

File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/redhat.java/license
2 changes: 1 addition & 1 deletion automatic/vscode-java/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

Install-VsCodeExtension -extensionId "$toolsDir\redhat.java-1.20.2023060304.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\redhat.java-1.20.2023060704.vsix"
2 changes: 1 addition & 1 deletion automatic/vscode-java/vscode-java.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-java</id>
<version>1.20.2023060304</version>
<version>1.20.2023060704</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-java</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Java Language Support VSCode Extension</title>
Expand Down
10 changes: 5 additions & 5 deletions automatic/vscode-kubernetes-tools/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ and can be verified by:

https://marketplace.visualstudio.com/items?itemName=ms-kubernetes-tools.vscode-kubernetes-tools

and download the extension ms-kubernetes-tools.vscode-kubernetes-tools-1.3.11.vsix using the Download Extension link
and download the extension ms-kubernetes-tools.vscode-kubernetes-tools-1.3.12.vsix using the Download Extension link
in the Resources section of the sidebar.

Alternatively the package can be downloaded directly from

https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-kubernetes-tools/vsextensions/vscode-kubernetes-tools/1.3.11/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-kubernetes-tools/vsextensions/vscode-kubernetes-tools/1.3.12/vspackage

2. The extension can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash ms-kubernetes-tools.vscode-kubernetes-tools-1.3.11.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f ms-kubernetes-tools.vscode-kubernetes-tools-1.3.11.vsix
- Use powershell function 'Get-Filehash' - Get-Filehash ms-kubernetes-tools.vscode-kubernetes-tools-1.3.12.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f ms-kubernetes-tools.vscode-kubernetes-tools-1.3.12.vsix

Type: sha256
Checksum: 236B9DF5DE15B608A2213D0C7A868C4E18232D8B52B9FB455591D525332527CB
Checksum: 7BF3CF948230545CC13FEA937B6C3E8BB27EF7FA7D67FD358EFEC837BD04DF10

File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/ms-kubernetes-tools.vscode-kubernetes-tools/license
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

Install-VsCodeExtension -extensionId "$toolsDir\ms-kubernetes-tools.vscode-kubernetes-tools-1.3.11.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\ms-kubernetes-tools.vscode-kubernetes-tools-1.3.12.vsix"
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-kubernetes-tools</id>
<version>1.3.11</version>
<version>1.3.12</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-kubernetes-tools</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Kubernetes Tools 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@2023.5.51"
Install-VsCodeExtension -extensionId "ms-python.vscode-pylance@2023.6.11"
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>2023.5.51</version>
<version>2023.6.11</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 51dc663

Please sign in to comment.