Skip to content

Commit

Permalink
AU: 4 updated - kui vscode-java-debug vscode-jupyter vscode-python
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Oct 10, 2022
1 parent 82e02c9 commit 1c8ea42
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion automatic/kui/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/IBM/kui)](https://github.com/IBM/kui/blob/master/LICENSE)
[![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-v12.1.0-blue.svg)](https://github.com/IBM/kui/releases/tag/v12.1.0)
[![Software version](https://img.shields.io/badge/Source-v12.1.012.2.0-blue.svg)](https://github.com/IBM/kui/releases/tag/v12.1.012.2.0)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/kui?label=Chocolatey)](https://chocolatey.org/packages/kui)

We love CLIs, and think they are critical for interacting in a flexible way with the cloud. We need the power to go off
Expand Down
4 changes: 2 additions & 2 deletions automatic/kui/kui.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>kui</id>
<version>12.1.0</version>
<version>12.2.0</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/kui</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Kui - CLI Driven Graphics for Kubernetes</title>
Expand Down Expand Up @@ -46,7 +46,7 @@ commands **2-3 times faster** than `kubectl` itself.
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/IBM/kui/releases/tag/v12.1.0</releaseNotes>
<releaseNotes>https://github.com/IBM/kui/releases/tag/v12.1.012.2.0</releaseNotes>
</metadata>
<files>
<file src="legal\**" target="legal" />
Expand Down
4 changes: 2 additions & 2 deletions automatic/kui/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ the links in the relevant assets section of the page.

Alternatively the installer can be downloaded directly from

https://github.com/IBM/kui/releases/download/v12.1.0/Kui-win32-x64.zip
https://github.com/IBM/kui/releases/download/v12.2.0/Kui-win32-x64.zip

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

File64: Kui-win32-x64.zip
Type64: sha256
Checksum64: B41E8BD9C849ED2F095185CAD35B5EF149E9E01CF717A9B83A3144E33B754252
Checksum64: B41E8BD9C849ED2F095185CAD35B5EF149E9E01CF717A9B83A3144E33B7542524FD3029176B04E044F8CB5129B99C5361B4AEDDB694C7A32B86E222E38678D91

Contents of file LICENSE.txt is obtained from https://github.com/IBM/kui/blob/master/LICENSE
10 changes: 5 additions & 5 deletions automatic/vscode-java-debug/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=vscjava.vscode-java-debug

and download the extension vscjava.vscode-java-debug-0.44.2022092810.vsix using the Download Extension link
and download the extension vscjava.vscode-java-debug-0.44.2022100903.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/vcsjava/vsextensions/vscode-java-debug/0.44.2022092810/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/vcsjava/vsextensions/vscode-java-debug/0.44.2022100903/vspackage

2. The extension can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash vscjava.vscode-java-debug-0.44.2022092810.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f vscjava.vscode-java-debug-0.44.2022092810.vsix
- Use powershell function 'Get-Filehash' - Get-Filehash vscjava.vscode-java-debug-0.44.2022100903.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f vscjava.vscode-java-debug-0.44.2022100903.vsix

Type: sha256
Checksum: 8905F38763441AE7410C2D00C42FBE780826F32E641ADC98E01CD96C201A3127
Checksum: A96C60278B02BB4B0CB40313EC3C38DDBFB88844C22EE487F401FE253D04865E

File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/vscjava.vscode-java-debug/license
2 changes: 1 addition & 1 deletion automatic/vscode-java-debug/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\vscjava.vscode-java-debug-0.44.2022092810.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\vscjava.vscode-java-debug-0.44.2022100903.vsix"
2 changes: 1 addition & 1 deletion automatic/vscode-java-debug/vscode-java-debug.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-debug</id>
<version>0.44.2022092810</version>
<version>0.44.2022100903</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-java-debug</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Debugger for Java VSCode Extension</title>
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.10.1002821042'
Install-VsCodeExtension -extensionId 'ms-toolsai.jupyter@2022.10.1002851049'
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.10.1002821042</version>
<version>2022.10.1002851049</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
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-2022.17.12801004.vsix using the Download Extension link
and download the package ms-python.python-2022.17.12831005.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/2022.17.12801004/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-python/vsextensions/python/2022.17.12831005/vspackage

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

Type: sha256
Checksum: F0122588D55E61F7DCE2F49EEAD1D784640EC895BF77D2CF557F53E06BD1CD69
Checksum: D0599AE634976B94E962EBA6DBF3A496D8CAE44796DF237D127C2CD8D070F3D5

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-2022.17.12801004.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\ms-python.python-2022.17.12831005.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>2022.17.12801004</version>
<version>2022.17.12831005</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 1c8ea42

Please sign in to comment.