Skip to content

Commit

Permalink
AU: 2 updated - vscode-java vscode-python
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Nov 27, 2023
1 parent b990478 commit 7d1a83e
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.25.2023111803.vsix using the Download Extension link
and download the extension redhat.java-1.25.2023112503.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.25.2023111803/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/redhat/vsextensions/java/1.25.2023112503/vspackage

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

Type: sha256
Checksum: E3F8A9EDE5AD0D63A975CE65C3DD68C808A4CB765993610F4412AE4BB8467D35
Checksum: 839F7726B8060A600F76FF586DD11589B94A50C814F62FC73CD955F408FEC220

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.25.2023111803.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\redhat.java-1.25.2023112503.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.25.2023111803</version>
<version>1.25.2023112503</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-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-2023.21.13141007.vsix using the Download Extension link
and download the package ms-python.python-2023.21.13261010.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/2023.21.13141007/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-python/vsextensions/python/2023.21.13261010/vspackage

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

Type: sha256
Checksum: AAE5513412EC952462DD7076F480928179CA04B34C173F9D6250E15B21CA41AD
Checksum: 484E8AA834ED5D9D9D79CC09955C3E7DBDC8C913BD88058F9BDB9292B12C162E

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-2023.21.13141007.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\ms-python.python-2023.21.13261010.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>2023.21.13141007</version>
<version>2023.21.13261010</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 7d1a83e

Please sign in to comment.