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 Jul 23, 2023
1 parent 2a535fe commit ceaf3f4
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.21.2023071804.vsix using the Download Extension link
and download the extension redhat.java-1.21.2023072104.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.21.2023071804/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/redhat/vsextensions/java/1.21.2023072104/vspackage

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

Type: sha256
Checksum: AC100A67C6DCBE6BBEF6EC51CB3F50706FA9F9165B2D4266F5EEFF5564FA5CEA
Checksum: F88AE54D2801F72BE4685708EBC93F9CA3BFC97B9FF51E5C342641A67E868E74

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.21.2023071804.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\redhat.java-1.21.2023072104.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.21.2023071804</version>
<version>1.21.2023072104</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.13.2023071500.vsix using the Download Extension link
and download the package vscjava.vscode-spring-boot-dashboard-0.13.2023072200.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.13.2023071500/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/vscjava/vsextensions/vscode-spring-boot-dashboard/0.13.2023072200/vspackage

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

Type: sha256
Checksum: 4F079074FA0E1F3C5E9117F539ABAD6B983C8B80172EA7665263246A38AC9F1C
Checksum: F3395BC26E1E79DB9F2C406068987B362A746FAF4093ACFB1A3D274110A437BD

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.13.2023071500.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\vscjava.vscode-spring-boot-dashboard-0.13.2023072200.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.13.2023071500</version>
<version>0.13.2023072200</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 ceaf3f4

Please sign in to comment.