Skip to content

Commit

Permalink
AU: 1 updated - vscode-java
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Feb 12, 2023
1 parent d9e7479 commit c96723e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
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.15.2023020403.vsix using the Download Extension link
and download the extension redhat.java-1.15.2023021103.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.15.2023020403/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/redhat/vsextensions/java/1.15.2023021103/vspackage

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

Type: sha256
Checksum: 3756C9374B68B92006150B02701D0363C058D002C67673DA3DC346D6E1BA15CB
Checksum: 0AE72857058C385FC10E93672FBF36EE3061E00EBE49FAC9AF1D0771921EDA7C

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

0 comments on commit c96723e

Please sign in to comment.