Skip to content

Commit

Permalink
AU: 4 updated - vscode-haskell vscode-java vscode-java-debug vscode-j…
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Apr 15, 2022
1 parent 2113bdf commit 1b8fb2d
Show file tree
Hide file tree
Showing 13 changed files with 30 additions and 30 deletions.
10 changes: 5 additions & 5 deletions automatic/vscode-haskell/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=haskell.haskell

and download the extension haskell.haskell-2.0.0.vsix using the Download Extension link
and download the extension haskell.haskell-2.1.1.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/haskell/vsextensions/haskell/2.0.0/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/haskell/vsextensions/haskell/2.1.1/vspackage

2. The extension can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash haskell.haskell-2.0.0.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f hhaskell.haskell-2.0.0.vsix
- Use powershell function 'Get-Filehash' - Get-Filehash haskell.haskell-2.1.1.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f hhaskell.haskell-2.1.1.vsix

Type: sha256
Checksum: 7667CE4B728868BB0C97E68EF81481C2D855200C83251B4F2CF8DC573A9D28E1
Checksum: 5FA80E1928A793BD916C959A4ADCE5E37A22B481D16B21495A36903FD740A767

Contents of the file LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/haskell.haskell/license
2 changes: 1 addition & 1 deletion automatic/vscode-haskell/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\haskell.haskell-2.0.0.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\haskell.haskell-2.1.1.vsix"
2 changes: 1 addition & 1 deletion automatic/vscode-haskell/vscode-haskell.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-haskell</id>
<version>2.0.0</version>
<version>2.1.1</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-haskell</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Haskell VSCode Extension</title>
Expand Down
10 changes: 5 additions & 5 deletions automatic/vscode-java-debug/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-java-debug

and download the extension vscjava.vscode-java-debug-0.40.2022033102.vsix using the Download Extension link
and download the extension vscjava.vscode-java-debug-0.40.2022041411.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/vcsjava/vsextensions/vscode-java-debug/0.40.2022033102/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/vcsjava/vsextensions/vscode-java-debug/0.40.2022041411/vspackage

2. The extension can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash vscjava.vscode-java-debug-0.40.2022033102.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f vscjava.vscode-java-debug-0.40.2022033102.vsix
- Use powershell function 'Get-Filehash' - Get-Filehash vscjava.vscode-java-debug-0.40.2022041411.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f vscjava.vscode-java-debug-0.40.2022041411.vsix

Type: sha256
Checksum: A26FF8C08A7AD8A107953F086BF6A142B1B1E739D46454E2E60BB69D8B9D11A6
Checksum: 0CC3EBA141ED3FD5ED59D766E73AB6966DC7699D8541FF299A2FB63D82D8DF6D

File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/vscjava.vscode-java-debug/license
2 changes: 1 addition & 1 deletion automatic/vscode-java-debug/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\vscjava.vscode-java-debug-0.40.2022033102.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\vscjava.vscode-java-debug-0.40.2022041411.vsix"
2 changes: 1 addition & 1 deletion automatic/vscode-java-debug/vscode-java-debug.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-debug</id>
<version>0.40.2022033102</version>
<version>0.40.2022041411</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-java-debug</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Debugger for Java VSCode Extension</title>
Expand Down
10 changes: 5 additions & 5 deletions automatic/vscode-java-dependency/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ and can be verified by:

https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-dependency

and download the extension vscjava.vscode-java-dependency-0.19.2022041402.vsix using the Download Extension link
and download the extension vscjava.vscode-java-dependency-0.19.2022041500.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-java-dependency/0.19.2022041402/
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/vscjava/vsextensions/vscode-java-dependency/0.19.2022041500/
vspackage

2. The package can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash vscjava.vscode-java-dependency-0.19.2022041402.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f vscjava.vscode-java-dependency-0.19.2022041402.vsix
- Use powershell function 'Get-Filehash' - Get-Filehash vscjava.vscode-java-dependency-0.19.2022041500.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f vscjava.vscode-java-dependency-0.19.2022041500.vsix

Type: sha256
Checksum: 14E6EB70C74EEC57DD37614AA9A1E3C7EB35A078E863A02F55FD2746836F514B
Checksum: C8A7B29C033EEEE8A32297C4E274045E73FA2BC64EDA6B3B140023360D6D2F2F

File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/vscjava.vscode-java-dependency/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-java-dependency-0.19.2022041402.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\vscjava.vscode-java-dependency-0.19.2022041500.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-java-dependency</id>
<version>0.19.2022041402</version>
<version>0.19.2022041500</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-java-dependency</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Java Dependency Viewer VSCode Extension</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/vscode-java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Provides Java™ language support via [Eclipse™ JDT Language Server](<https://

## Notes

* This package requires Visual Studio Code 1.61.0 or newer.
* This package requires Visual Studio Code 1.65.0 or newer.
You can install either the [vscode](https://chocolatey.org/packages/vscode) or [vscode-insiders](https://chocolatey.org/packages/vscode-insiders) package.
* The extension will be installed in all editions of Visual Studio Code which can be found.
* While this package installs a specific version of the extension, Visual Studio Code by default will update the extension to the latest version on startup if there's a newer version available on the marketplace.
Expand Down
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.4.0.vsix using the Download Extension link
and download the extension redhat.java-1.5.0.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.4.0/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/redhat/vsextensions/java/1.5.0/vspackage

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

Type: sha256
Checksum: F6ADE294DBA4C77B10E85AF52E1B907631C74B6E75483A07C42DF7C3EAAB7C02
Checksum: 553EADA3C10FA84E3449B802421D126B0CA922A86CD4234686852D91C20D239D

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.4.0.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\redhat.java-1.5.0.vsix"
4 changes: 2 additions & 2 deletions 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.4.0</version>
<version>1.5.0</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 Expand Up @@ -47,7 +47,7 @@
## Notes
* This package requires Visual Studio Code 1.61.0 or newer.
* This package requires Visual Studio Code 1.65.0 or newer.
You can install either the [vscode](https://chocolatey.org/packages/vscode) or [vscode-insiders](https://chocolatey.org/packages/vscode-insiders) package.
* The extension will be installed in all editions of Visual Studio Code which can be found.
* While this package installs a specific version of the extension, Visual Studio Code by default will update the extension to the latest version on startup if there's a newer version available on the marketplace.
Expand Down

0 comments on commit 1b8fb2d

Please sign in to comment.