Skip to content

Commit

Permalink
AU: 2 updated - vscode-python vscode-spring-initializr
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Mar 6, 2022
1 parent 9da77e2 commit 2c13a96
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions automatic/vscode-python/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=ms-python.python

and download the package ms-python.python-2022.0.1814523869.vsix using the Download Extension link
and download the package ms-python.python-2022.3.10631003.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/ms-python/vsextensions/python/2022.0.1814523869/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-python/vsextensions/python/2022.3.10631003/vspackage

2. The package can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash ms-python.python-2022.0.1814523869.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f ms-python.python-2022.0.1814523869.vsix
- Use powershell function 'Get-Filehash' - Get-Filehash ms-python.python-2022.3.10631003.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f ms-python.python-2022.3.10631003.vsix

Type: sha256
Checksum: 2436A299C3940E8F46B850379A16DB18BC2A644F5E8E4F2959873EF4FAD18559
Checksum: 1FA9340619AA3D8AF9A1247D8FDE5D8A564B3F42ABD8B277FBF18898AAC5DD35

File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/ms-python.python/license
2 changes: 1 addition & 1 deletion automatic/vscode-python/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\ms-python.python-2022.0.1814523869.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\ms-python.python-2022.3.10631003.vsix"
2 changes: 1 addition & 1 deletion automatic/vscode-python/vscode-python.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-python</id>
<version>2022.0.1814523869</version>
<version>2022.3.10631003</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-maven</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Python VSCode Extension</title>
Expand Down
10 changes: 5 additions & 5 deletions automatic/vscode-spring-initializr/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-initializr

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

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

Type: sha256
Checksum: D1C90DC1DEEAFDB703789C15685D30C0A7A04C43FB2FE88D8FE57759B4AEED74
Checksum: 54A821588A5DDC7255DE24F01BD44B95621AE4E1650450B9258AC0143118586F

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

0 comments on commit 2c13a96

Please sign in to comment.