diff --git a/automatic/bluej/README.md b/automatic/bluej/README.md index f0adc2f9a..b1542983a 100644 --- a/automatic/bluej/README.md +++ b/automatic/bluej/README.md @@ -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.1.0-blue.svg)](https://www.bluej.org/index.html) +[![Software version](https://img.shields.io/badge/Source-v5.2.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: diff --git a/automatic/bluej/bluej.nuspec b/automatic/bluej/bluej.nuspec index 97f192774..a575685da 100644 --- a/automatic/bluej/bluej.nuspec +++ b/automatic/bluej/bluej.nuspec @@ -3,7 +3,7 @@ bluej - 5.1.0 + 5.2.0 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/bluej dgalbraith BlueJ - Beginners Java Development Environment @@ -13,7 +13,7 @@ M. Kölling and J. Rosenberg https://www.bluej.org/LICENSE.txt false - https://www.bluej.org/download/files/source/BlueJ-source-510.zip + https://www.bluej.org/download/files/source/BlueJ-source-520.zip https://www.bluej.org/doc/documentation.html http://blueroom.bluej.org/ https://gitlab.bluej.org/bluej/bjgf diff --git a/automatic/bluej/tools/chocolateyInstall.ps1 b/automatic/bluej/tools/chocolateyInstall.ps1 index afd53254d..be1af0ebc 100644 --- a/automatic/bluej/tools/chocolateyInstall.ps1 +++ b/automatic/bluej/tools/chocolateyInstall.ps1 @@ -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-510.msi' - Checksum64 = 'fd3ab483f02b6544eaf51d1c56035ed1c9db2fd150807ef0d45311b77aa265b0' + Url64Bit = 'https://www.bluej.org/download/files/BlueJ-windows-520.msi' + Checksum64 = '3f797cb1eb7f9535ef8090dce0e767cebcff2ce051b10f993f8764cb62273da1' ChecksumType64 = 'sha256' SilentArgs = '/quiet /qn /norestart' ValidExitCodes = @(0,3010) diff --git a/automatic/vscode-jupyter/tools/chocolateyinstall.ps1 b/automatic/vscode-jupyter/tools/chocolateyinstall.ps1 index 0aaa64104..ae4e36e7a 100644 --- a/automatic/vscode-jupyter/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-jupyter/tools/chocolateyinstall.ps1 @@ -1,3 +1,3 @@ $ErrorActionPreference = 'Stop' -Install-VsCodeExtension -extensionId 'ms-toolsai.jupyter@2023.6.1001691100' +Install-VsCodeExtension -extensionId 'ms-toolsai.jupyter@2023.6.1001731100' diff --git a/automatic/vscode-jupyter/vscode-jupyter.nuspec b/automatic/vscode-jupyter/vscode-jupyter.nuspec index dfbb63e8f..5d3ba31c9 100644 --- a/automatic/vscode-jupyter/vscode-jupyter.nuspec +++ b/automatic/vscode-jupyter/vscode-jupyter.nuspec @@ -3,7 +3,7 @@ vscode-jupyter - 2023.6.1001691100 + 2023.6.1001731100 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-jupyter dgalbraith Visual Studio Jupyter VSCode Extension diff --git a/automatic/vscode-prettier/legal/VERIFICATION.txt b/automatic/vscode-prettier/legal/VERIFICATION.txt index b423e2747..b5aaa68ba 100644 --- a/automatic/vscode-prettier/legal/VERIFICATION.txt +++ b/automatic/vscode-prettier/legal/VERIFICATION.txt @@ -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-9.14.0.vsix using the Download Extension link +and download the extension esbenp.prettier-vscode-9.15.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/9.14.0/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/esbenp/vsextensions/prettier-vscode/9.15.0/vspackage 2. The extension can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash esbenp.prettier-vscode-9.14.0.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f esbenp.prettier-vscode-9.14.0.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash esbenp.prettier-vscode-9.15.0.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f esbenp.prettier-vscode-9.15.0.vsix Type: sha256 - Checksum: D1E6F75BD484AECA8FA1F8D1D43682843821BD63901526083279D66EEF068876 + Checksum: 11C8E2F5E29B3242445F650971B63BEC4204A78BEDCCACCD3EF99D9A5CBFAB8B File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/esbenp.prettier-vscode/license diff --git a/automatic/vscode-prettier/tools/chocolateyinstall.ps1 b/automatic/vscode-prettier/tools/chocolateyinstall.ps1 index f0f1910c0..1ba2fa9cd 100644 --- a/automatic/vscode-prettier/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-prettier/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\esbenp.prettier-vscode-9.14.0.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\esbenp.prettier-vscode-9.15.0.vsix" diff --git a/automatic/vscode-prettier/vscode-prettier.nuspec b/automatic/vscode-prettier/vscode-prettier.nuspec index e973195c7..c95c358dc 100644 --- a/automatic/vscode-prettier/vscode-prettier.nuspec +++ b/automatic/vscode-prettier/vscode-prettier.nuspec @@ -3,7 +3,7 @@ vscode-prettier - 9.14.0 + 9.15.0 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-prettier dgalbraith Prettier Code Formatter VSCode Extension