Skip to content

Commit

Permalink
AU: 4 updated - kyma-cli vscode-go vscode-java vscode-python
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Feb 15, 2024
1 parent 6f758f9 commit 455ac9a
Show file tree
Hide file tree
Showing 12 changed files with 27 additions and 27 deletions.
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.20.2-blue)](https://github.com/kyma-project/cli/releases/tags/2.20.2)
[![Software version](https://img.shields.io/badge/version-2.20.3-blue)](https://github.com/kyma-project/cli/releases/tags/2.20.3)
[![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.20.2</version>
<version>2.20.3</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.20.2/kyma_Windows_i386.zip
https://github.com/kyma-project/cli/releases/download/2.20.2/kyma_Windows_x86_64.zip
https://github.com/kyma-project/cli/releases/download/2.20.3/kyma_Windows_i386.zip
https://github.com/kyma-project/cli/releases/download/2.20.3/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: A34C0A9AC12B24B74F8F2554DA9EB9EBFE34867A5DD5D9610759A105B2B3AAC3
Checksum32: F2DF4F66B66ACC2FC18F4CB54E1341C850B53AC776199FEAF01968649D1F7FD7

File64: kyma_Windows_x86_64.zip
ChecksumType64: sha256
Checksum64: 50989330FF06611DCCE3405942CCFD29F9899A9AD5778AF176CF0C7A95CD7A91
Checksum64: BF40B73AEEBACCDB4E6F0CF2BA71B1C146C89E0103DE3112B9794424866FC9FB

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-go/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=golang.Go

and download the extension golang.Go-0.40.3.vsix using the Download Extension link
and download the extension golang.Go-0.41.0.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/golang/vsextensions/Go/0.40.3/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/golang/vsextensions/Go/0.41.0/vspackage

2. The extension can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash golang.Go-0.40.3.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f golang.Go-0.40.3.vsix
- Use powershell function 'Get-Filehash' - Get-Filehash golang.Go-0.41.0.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f golang.Go-0.41.0.vsix

Type: sha256
Checksum: 1560BD00B9E9E59B14A8714E3D2E4270AB2A7F93BAAE9AF8A0C7DE9EF6657196
Checksum: 938AD6D9BAF19EB2A1AFE34412B3647D110737E6A0602F2C845A1A3188072E2C

File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/golang.Go/license
2 changes: 1 addition & 1 deletion automatic/vscode-go/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\golang.Go-0.40.3.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\golang.Go-0.41.0.vsix"
2 changes: 1 addition & 1 deletion automatic/vscode-go/vscode-go.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-go</id>
<version>0.40.3</version>
<version>0.41.0</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-go</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Go VSCode Extension</title>
Expand Down
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.28.2024021308.vsix using the Download Extension link
and download the extension redhat.java-1.28.2024021408.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.28.2024021308/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/redhat/vsextensions/java/1.28.2024021408/vspackage

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

Type: sha256
Checksum: F17669C04C1CBA351920E9AA0050B78EB71DF38F454CF6496620FACD2BE9EC50
Checksum: 816DB582697CB952E378EC964484DD4E78206FE1F0E56AF7C70B8AE348DC97EE

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.28.2024021308.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\redhat.java-1.28.2024021408.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.28.2024021308</version>
<version>1.28.2024021408</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-python/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-python.python

and download the package ms-python.python-2024.1.10411917.vsix using the Download Extension link
and download the package ms-python.python-2024.1.10451007.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-python/vsextensions/python/2024.1.10411917/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-python/vsextensions/python/2024.1.10451007/vspackage

2. The package can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash ms-python.python-2024.1.10411917.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f ms-python.python-2024.1.10411917.vsix
- Use powershell function 'Get-Filehash' - Get-Filehash ms-python.python-2024.1.10451007.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f ms-python.python-2024.1.10451007.vsix

Type: sha256
Checksum: DBF501494ACBFBE2D0501BC98AAA58FF9F0DFE3D35A88AECE7B75F0924AF30B1
Checksum: A441FE9E723E616BBBEA32BB8A24B20EDE9228763AE2BEA36194242F3D0C50C2

File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/ms-python.python/license
2 changes: 1 addition & 1 deletion automatic/vscode-python/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\ms-python.python-2024.1.10411917.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\ms-python.python-2024.1.10451007.vsix"
2 changes: 1 addition & 1 deletion automatic/vscode-python/vscode-python.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-python</id>
<version>2024.1.10411917</version>
<version>2024.1.10451007</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-maven</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Python VSCode Extension</title>
Expand Down

0 comments on commit 455ac9a

Please sign in to comment.