Skip to content

Commit

Permalink
AU: 2 updated - vscode-firefox-debug vscode-python
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Feb 20, 2021
1 parent 74b33b2 commit 674fd57
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions automatic/vscode-firefox-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=firefox-devtools.vscode-firefox-debug

and download the extension firefox-devtools.vscode-firefox-debug-2.9.1.vsix using the Download Extension link
and download the extension firefox-devtools.vscode-firefox-debug-2.9.2.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/firefox-devtools/vsextensions/vscode-firefox-debug/2.9.1/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/firefox-devtools/vsextensions/vscode-firefox-debug/2.9.2/vspackage

2. The extension can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash firefox-devtools.vscode-firefox-debug-2.9.1.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f firefox-devtools.vscode-firefox-debug-2.9.1.vsix
- Use powershell function 'Get-Filehash' - Get-Filehash firefox-devtools.vscode-firefox-debug-2.9.2.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f firefox-devtools.vscode-firefox-debug-2.9.2.vsix

Type: sha256
Checksum: AF20008177AAC07558A54565053243C72217C1D6A4034667558C8A364DFA21F7
Checksum: D0275CEE2F8C162294955CE826F5BD9E34FE5A4B985ADCA51725E0F8E994A1A6

File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/firefox-devtools.vscode-firefox-debug/license
2 changes: 1 addition & 1 deletion automatic/vscode-firefox-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\firefox-devtools.vscode-firefox-debug-2.9.1.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\firefox-devtools.vscode-firefox-debug-2.9.2.vsix"
2 changes: 1 addition & 1 deletion automatic/vscode-firefox-debug/vscode-firefox-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-firefox-debug</id>
<version>2.9.1</version>
<version>2.9.2</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-firefox-debug</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Debugger for Firefox VSCode Extension</title>
Expand Down
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-2021.2.576481509.vsix using the Download Extension link
and download the package ms-python.python-2021.2.582707922.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/2021.2.576481509/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-python/vsextensions/python/2021.2.582707922/vspackage

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

Type: sha256
Checksum: A0D72F80E3A863323001337B59A069A6E462FCDDA5A5CCF3E7DF862E4980477A
Checksum: CF08869225C11C5365C90905402374339F6B69B1597EE524FA946DFAD5CAABAA

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-2021.2.576481509.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\ms-python.python-2021.2.582707922.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>2021.2.576481509</version>
<version>2021.2.582707922</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-maven</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Python VSCode Extension</title>
Expand Down

0 comments on commit 674fd57

Please sign in to comment.