diff --git a/automatic/vscode-jupyter/tools/chocolateyinstall.ps1 b/automatic/vscode-jupyter/tools/chocolateyinstall.ps1 index 277ca9664..e9b020a25 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@2024.3.2024030101' +Install-VsCodeExtension -extensionId 'ms-toolsai.jupyter@2024.3.2024030401' diff --git a/automatic/vscode-jupyter/vscode-jupyter.nuspec b/automatic/vscode-jupyter/vscode-jupyter.nuspec index 2748114fa..570c2efea 100644 --- a/automatic/vscode-jupyter/vscode-jupyter.nuspec +++ b/automatic/vscode-jupyter/vscode-jupyter.nuspec @@ -3,7 +3,7 @@ vscode-jupyter - 2024.3.2024030101 + 2024.3.2024030401 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-jupyter dgalbraith Visual Studio Jupyter VSCode Extension diff --git a/automatic/vscode-python/legal/VERIFICATION.txt b/automatic/vscode-python/legal/VERIFICATION.txt index 842ba3db9..7fcdded7d 100644 --- a/automatic/vscode-python/legal/VERIFICATION.txt +++ b/automatic/vscode-python/legal/VERIFICATION.txt @@ -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.10611008.vsix using the Download Extension link +and download the package ms-python.python-2024.3.10641005.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.10611008/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-python/vsextensions/python/2024.3.10641005/vspackage 2. The package can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash ms-python.python-2024.3.10611008.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f ms-python.python-2024.3.10611008.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash ms-python.python-2024.3.10641005.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f ms-python.python-2024.3.10641005.vsix Type: sha256 - Checksum: DAEAB80AF9BF638B954443EBD4FEAB2DD3024548EA67CA973FAD7BADD36E5658 + Checksum: 1789733E7D3CD307F68F6C2C9733047D55E040178868A8E92A23661AF4631F3E File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/ms-python.python/license diff --git a/automatic/vscode-python/tools/chocolateyinstall.ps1 b/automatic/vscode-python/tools/chocolateyinstall.ps1 index b77953dd4..0f4938d43 100644 --- a/automatic/vscode-python/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-python/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\ms-python.python-2024.3.10611008.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\ms-python.python-2024.3.10641005.vsix" diff --git a/automatic/vscode-python/vscode-python.nuspec b/automatic/vscode-python/vscode-python.nuspec index a212ca48e..834d30a1e 100644 --- a/automatic/vscode-python/vscode-python.nuspec +++ b/automatic/vscode-python/vscode-python.nuspec @@ -3,7 +3,7 @@ vscode-python - 2024.3.10611008 + 2024.3.10641005 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-maven dgalbraith Python VSCode Extension diff --git a/automatic/watchman/README.md b/automatic/watchman/README.md index b47b44ac4..26f56e2bf 100644 --- a/automatic/watchman/README.md +++ b/automatic/watchman/README.md @@ -3,7 +3,7 @@ [![GitHub license](https://img.shields.io/github/license/facebook/watchman)](https://github.com/facebook/watchman/blob/master/LICENSE) [![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-v2023.10.09.00-blue.svg)](https://github.com/facebook/watchman/releases/tag/v2023.10.09.00) +[![Software version](https://img.shields.io/badge/source-v2024.03.04.00-blue.svg)](https://github.com/facebook/watchman/releases/tag/v2024.03.04.00) [![Chocolatey package version](https://img.shields.io/chocolatey/v/watchman?label=Chocolatey)](https://chocolatey.org/packages/watchman) Watchman exists to watch files and record when they change. It can also trigger actions (such as diff --git a/automatic/watchman/legal/VERIFICATION.txt b/automatic/watchman/legal/VERIFICATION.txt index eba1be66b..e75357133 100644 --- a/automatic/watchman/legal/VERIFICATION.txt +++ b/automatic/watchman/legal/VERIFICATION.txt @@ -10,19 +10,19 @@ be verified by: https://github.com/facebook/watchman/releases -and download the archive watchman-v2023.10.09.00-windows.zip using the links in the relevant +and download the archive watchman-v2024.03.04.00-windows.zip using the links in the relevant asset section of the page. Alternatively the build can be downloaded directly from - https://github.com/facebook/watchman/releases/download/v2023.10.09.00/watchman-v2023.10.09.00-windows.zip + https://github.com/facebook/watchman/releases/download/v2024.03.04.00/watchman-v2024.03.04.00-windows.zip 2. The archive can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 watchman-v2023.10.09.00-windows.zip - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f watchman-v2023.10.09.00-windows.zip + - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 watchman-v2024.03.04.00-windows.zip + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f watchman-v2024.03.04.00-windows.zip - File: watchman-v2023.10.09.00-windows.zip + File: watchman-v2024.03.04.00-windows.zip Type: sha256 - Checksum: B665F8AA1656F3DA2D9E31DD14959BCF009A47C41BD918892225D25A576AA372 + Checksum: 4BE155A2E334CEB3D1ACD38100DC4B4201CD804E558A9838582BA23C4B9C70DE Contents of file LICENSE.txt is obtained from https://github.com/facebook/watchman/blob/master/LICENSE diff --git a/automatic/watchman/tools/chocolateyinstall.ps1 b/automatic/watchman/tools/chocolateyinstall.ps1 index 9f8f436d4..c9d93139b 100644 --- a/automatic/watchman/tools/chocolateyinstall.ps1 +++ b/automatic/watchman/tools/chocolateyinstall.ps1 @@ -6,7 +6,7 @@ if ((Get-ProcessorBits 32) -or $env:ChocolateyForceX86 -eq 'true') { $toolsDir = (Split-Path -parent $MyInvocation.MyCommand.Definition) -$archive = Join-Path $toolsDir 'watchman-v2023.10.09.00-windows.zip' +$archive = Join-Path $toolsDir 'watchman-v2024.03.04.00-windows.zip' $unzipArgs = @{ PackageName = $env:ChocolateyPackageName diff --git a/automatic/watchman/update.ps1 b/automatic/watchman/update.ps1 index 4105806ac..b16acef6a 100644 --- a/automatic/watchman/update.ps1 +++ b/automatic/watchman/update.ps1 @@ -49,7 +49,7 @@ function global:au_GetLatest { # there are no windows binaries available. The nuspec has not been parsed at this stage so the current version is not # available in the environment - hardcode here and use the package update process to rewrite if ([string]::IsNullOrWhiteSpace($version)) { - $version = '2023.10.09.00' + $version = '2024.03.04.00' } return @{ diff --git a/automatic/watchman/watchman.nuspec b/automatic/watchman/watchman.nuspec index 8fbb0df37..6579cfd32 100644 --- a/automatic/watchman/watchman.nuspec +++ b/automatic/watchman/watchman.nuspec @@ -3,7 +3,7 @@ watchman - 2023.10.09.00 + 2024.03.04.00 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/watchman dgalbraith Watchman - A file watching service