From 4a22d546538715977da677d0f827f2b261f22bb3 Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Sun, 24 Mar 2024 04:19:22 +0000 Subject: [PATCH] AU: 1 updated - vscode-java [skip ci] https://gist.github.com/dgalbraith/aef61e2663a09f3dfdfa40482177e040/a3045a42db9688a89d58d648471290f37ea9e3c5 --- automatic/vscode-java/legal/VERIFICATION.txt | 10 +++++----- automatic/vscode-java/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-java/vscode-java.nuspec | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/automatic/vscode-java/legal/VERIFICATION.txt b/automatic/vscode-java/legal/VERIFICATION.txt index 803b95792..ea09cb968 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.29.2024032208.vsix using the Download Extension link +and download the extension redhat.java-1.29.2024032308.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.29.2024032208/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/redhat/vsextensions/java/1.29.2024032308/vspackage 2. The package can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash redhat.java-1.29.2024032208.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f redhat.java-1.29.2024032208.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash redhat.java-1.29.2024032308.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f redhat.java-1.29.2024032308.vsix Type: sha256 - Checksum: F920C1A983608CD1F0549D86508CC0941C98C35BC48CD02FB739822CEBEC8C9E + Checksum: 667507A857A74D870887A4108A3894365C055578DFC6A2B29316C4C7C612A98C 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 9389d6d70..67fd4c99a 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.29.2024032208.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\redhat.java-1.29.2024032308.vsix" diff --git a/automatic/vscode-java/vscode-java.nuspec b/automatic/vscode-java/vscode-java.nuspec index 8e9f0b805..b88b7b83b 100644 --- a/automatic/vscode-java/vscode-java.nuspec +++ b/automatic/vscode-java/vscode-java.nuspec @@ -3,7 +3,7 @@ vscode-java - 1.29.2024032208 + 1.29.2024032308 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-java dgalbraith Java Language Support VSCode Extension