Skip to content

Commit

Permalink
AU: 5 updated - bluej vscode-java-debug vscode-prettier vscode-pylanc…
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Mar 22, 2024
1 parent 2da7a66 commit 6641aef
Show file tree
Hide file tree
Showing 15 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion automatic/bluej/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Software license](https://img.shields.io/badge/License-GPLv2-blue.svg)](https://www.bluej.org/about/LICENSE.txt)
[![Maintenance status](https://img.shields.io/badge/maintained%3F-yes-green.svg)](https://gitHub.com/dgalbraith/chocolatey-packages/graphs/commit-activity)
[![AppVeyor build](https://img.shields.io/appveyor/ci/dgalbraith/chocolatey-packages)](https://ci.appveyor.com/project/dgalbraith/chocolatey-packages)
[![Software version](https://img.shields.io/badge/Source-v5.2.1-blue.svg)](https://www.bluej.org/index.html)
[![Software version](https://img.shields.io/badge/Source-v5.3.0-blue.svg)](https://www.bluej.org/index.html)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/bluej?label=Chocolatey)](https://chocolatey.org/packages/bluej)

BlueJ is a development environment that allows you to develop Java programs quickly and easily. Its main features are that it is:
Expand Down
2 changes: 1 addition & 1 deletion automatic/bluej/bluej.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>bluej</id>
<version>5.2.1</version>
<version>5.3.0</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/bluej</packageSourceUrl>
<owners>dgalbraith</owners>
<title>BlueJ - Beginners Java Development Environment</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/bluej/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ if ((Get-ProcessorBits 32) -or $env:ChocolateyForceX86 -eq 'true') {
$packageArgs = @{
PackageName = $env:ChocolateyPackageName
FileType = 'msi'
Url64Bit = 'https://www.bluej.org/download/files/BlueJ-windows-521.msi'
Checksum64 = '667df7908451c1f792b34641ae6dd6f6a1405b8f5ad0b19c5999633e3787d6f1'
Url64Bit = 'https://www.bluej.org/download/files/BlueJ-windows-530.msi'
Checksum64 = 'f73a5a34c1fcc598ff79e56ddf4b8b58fe851951981a61149deb42e5a6344349'
ChecksumType64 = 'sha256'
SilentArgs = '/quiet /qn /norestart'
ValidExitCodes = @(0,3010)
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.56.2024022605.vsix using the Download Extension link
and download the extension vscjava.vscode-java-debug-0.56.2024032202.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.56.2024022605/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/vcsjava/vsextensions/vscode-java-debug/0.56.2024032202/vspackage

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

Type: sha256
Checksum: A78B2DE1D0F35D24E3913AD8291439122A88F20ED128B7C5AC1B34AFB1C01DE4
Checksum: 5513989F3CB9A99489952600D61691A1AB44FA73BDDE1B1846D221541B729C1B

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.56.2024022605.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\vscjava.vscode-java-debug-0.56.2024032202.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.56.2024022605</version>
<version>0.56.2024032202</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-prettier/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=esbenp.prettier-vscode

and download the extension esbenp.prettier-vscode-10.3.0.vsix using the Download Extension link
and download the extension esbenp.prettier-vscode-10.4.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/esbenp/vsextensions/prettier-vscode/10.3.0/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/esbenp/vsextensions/prettier-vscode/10.4.0/vspackage

2. The extension can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash esbenp.prettier-vscode-10.3.0.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f esbenp.prettier-vscode-10.3.0.vsix
- Use powershell function 'Get-Filehash' - Get-Filehash esbenp.prettier-vscode-10.4.0.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f esbenp.prettier-vscode-10.4.0.vsix

Type: sha256
Checksum: 39CE3A771388FB9E58EA18897B4CD36A4753335B2291C17B2125A491595A3B57
Checksum: F3EF74719A6AC87FB00603C5697E46694E84D36C81594A01F93F42DB3D88C7C7

File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/esbenp.prettier-vscode/license
2 changes: 1 addition & 1 deletion automatic/vscode-prettier/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\esbenp.prettier-vscode-10.3.0.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\esbenp.prettier-vscode-10.4.0.vsix"
2 changes: 1 addition & 1 deletion automatic/vscode-prettier/vscode-prettier.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-prettier</id>
<version>10.3.0</version>
<version>10.4.0</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-prettier</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Prettier Code Formatter VSCode Extension</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/vscode-pylance/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ bridgekeeper's questions in the [Holy Grail](https://en.wikipedia.org/wiki/Monty

## Notes

* This package requires Visual Studio Code 1.82.0 or newer.
* This package requires Visual Studio Code 1.86.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
2 changes: 1 addition & 1 deletion automatic/vscode-pylance/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
$ErrorActionPreference = 'Stop'

Install-VsCodeExtension -extensionId "ms-python.vscode-pylance@2024.3.100"
Install-VsCodeExtension -extensionId "ms-python.vscode-pylance@2024.3.101"
4 changes: 2 additions & 2 deletions automatic/vscode-pylance/vscode-pylance.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-pylance</id>
<version>2024.3.100</version>
<version>2024.3.101</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-pylance</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Pylance VSCode Extension</title>
Expand Down Expand Up @@ -45,7 +45,7 @@ bridgekeeper's questions in the [Holy Grail](https://en.wikipedia.org/wiki/Monty
## Notes
* This package requires Visual Studio Code 1.82.0 or newer.
* This package requires Visual Studio Code 1.86.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-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-2024.3.10791010.vsix using the Download Extension link
and download the package ms-python.python-2024.3.10811014.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/2024.3.10791010/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-python/vsextensions/python/2024.3.10811014/vspackage

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

Type: sha256
Checksum: A039F23A3A25698F9F883ABD3C3EF5AADC6F31764A535609E94341C236DBC728
Checksum: F2B4923158F4D8C6472FCABA92F22B01024B132BD103DB68CB65C6E3F007C43D

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-2024.3.10791010.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\ms-python.python-2024.3.10811014.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>2024.3.10791010</version>
<version>2024.3.10811014</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 6641aef

Please sign in to comment.