Skip to content

Commit

Permalink
AU: 2 updated - vscode-java vscode-spring-boot-dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Apr 7, 2023
1 parent 8488fa7 commit 6c84b40
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 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.17.2023040104.vsix using the Download Extension link
and download the extension redhat.java-1.17.2023040604.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.17.2023040104/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/redhat/vsextensions/java/1.17.2023040604/vspackage

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

Type: sha256
Checksum: 4E71C44400B93E92A1BC3E662EEA3DEB24E98BFA2E653CB765786D090C1C0808
Checksum: 03D471AA8C867DE827F079673E05C0BFAD2C6DD7F45BFFB15041C25262C92F22

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.17.2023040104.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\redhat.java-1.17.2023040604.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.17.2023040104</version>
<version>1.17.2023040604</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-spring-boot-dashboard/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-spring-boot-dashboard

and download the package vscjava.vscode-spring-boot-dashboard-0.12.2023040100.vsix using the Download Extension link
and download the package vscjava.vscode-spring-boot-dashboard-0.12.2023040700.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/vscjava/vsextensions/vscode-spring-boot-dashboard/0.12.2023040100/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/vscjava/vsextensions/vscode-spring-boot-dashboard/0.12.2023040700/vspackage

2. The package can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash vscjava.vscode-spring-boot-dashboard-0.12.2023040100.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f vscjava.vscode-spring-boot-dashboard-0.12.2023040100.vsix
- Use powershell function 'Get-Filehash' - Get-Filehash vscjava.vscode-spring-boot-dashboard-0.12.2023040700.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f vscjava.vscode-spring-boot-dashboard-0.12.2023040700.vsix

Type: sha256
Checksum: E649E8D4A82A767582E50BFC66B75A096C009F3682E8E3B6E5CFCD5EEC0B7D60
Checksum: 2B44759AEC02F0525C6B2CB1FE683CE472392FA22CCDD348BA525ED73445DAB1

File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/vscjava.vscode-spring-boot-dashboard/license
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-spring-boot-dashboard-0.12.2023040100.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\vscjava.vscode-spring-boot-dashboard-0.12.2023040700.vsix"
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-spring-boot-dashboard</id>
<version>0.12.2023040100</version>
<version>0.12.2023040700</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-spring-boot-dashboard</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Spring Boot Dashboard VSCode Extension</title>
Expand Down

0 comments on commit 6c84b40

Please sign in to comment.