From 22b4b8bf35c63150af1936d9feac47340d6b9c8e Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Sat, 24 Jun 2023 04:19:14 +0000 Subject: [PATCH] AU: 2 updated - vscode-java vscode-jupyter [skip ci] https://gist.github.com/dgalbraith/aef61e2663a09f3dfdfa40482177e040/1c573c284be58200cd0183bb86c49adc307cf4bc --- automatic/vscode-java/legal/VERIFICATION.txt | 10 +++++----- automatic/vscode-java/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-java/vscode-java.nuspec | 2 +- automatic/vscode-jupyter/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-jupyter/vscode-jupyter.nuspec | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/automatic/vscode-java/legal/VERIFICATION.txt b/automatic/vscode-java/legal/VERIFICATION.txt index 4f717e166..61411af53 100644 --- a/automatic/vscode-java/legal/VERIFICATION.txt +++ b/automatic/vscode-java/legal/VERIFICATION.txt @@ -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.2023062204.vsix using the Download Extension link +and download the extension redhat.java-1.20.2023062304.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.2023062204/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/redhat/vsextensions/java/1.20.2023062304/vspackage 2. The package can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash redhat.java-1.20.2023062204.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f redhat.java-1.20.2023062204.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash redhat.java-1.20.2023062304.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f redhat.java-1.20.2023062304.vsix Type: sha256 - Checksum: 13A5AB01EB6A8D3BF068C5D4C8529223EDFB903C7B10F52D0AA141C90382B6F2 + Checksum: 7D1975CD3AEACA5CE5EF1A84E8014B3D856575647F7B3B63F4708966E5FCADAC File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/redhat.java/license diff --git a/automatic/vscode-java/tools/chocolateyinstall.ps1 b/automatic/vscode-java/tools/chocolateyinstall.ps1 index cf3bd4f92..e22e14b5f 100644 --- a/automatic/vscode-java/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-java/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\redhat.java-1.20.2023062204.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\redhat.java-1.20.2023062304.vsix" diff --git a/automatic/vscode-java/vscode-java.nuspec b/automatic/vscode-java/vscode-java.nuspec index 34a797f2e..6d9e5c9c8 100644 --- a/automatic/vscode-java/vscode-java.nuspec +++ b/automatic/vscode-java/vscode-java.nuspec @@ -3,7 +3,7 @@ vscode-java - 1.20.2023062204 + 1.20.2023062304 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-java dgalbraith Java Language Support VSCode Extension diff --git a/automatic/vscode-jupyter/tools/chocolateyinstall.ps1 b/automatic/vscode-jupyter/tools/chocolateyinstall.ps1 index e6b2a2096..8ca0379aa 100644 --- a/automatic/vscode-jupyter/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-jupyter/tools/chocolateyinstall.ps1 @@ -1,3 +1,3 @@ $ErrorActionPreference = 'Stop' -Install-VsCodeExtension -extensionId 'ms-toolsai.jupyter@2023.6.1001751100' +Install-VsCodeExtension -extensionId 'ms-toolsai.jupyter@2023.6.1001761100' diff --git a/automatic/vscode-jupyter/vscode-jupyter.nuspec b/automatic/vscode-jupyter/vscode-jupyter.nuspec index f0d577ffc..eecdb5740 100644 --- a/automatic/vscode-jupyter/vscode-jupyter.nuspec +++ b/automatic/vscode-jupyter/vscode-jupyter.nuspec @@ -3,7 +3,7 @@ vscode-jupyter - 2023.6.1001751100 + 2023.6.1001761100 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-jupyter dgalbraith Visual Studio Jupyter VSCode Extension