From 1e6ff49bdf142538dc9a5e5fdb015b6a0b8ae466 Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Sat, 29 Jul 2023 04:18:49 +0000 Subject: [PATCH] AU: 3 updated - koodo-reader mongodb-shell vscode-pylance [skip ci] https://gist.github.com/dgalbraith/aef61e2663a09f3dfdfa40482177e040/eeed3e68474a447e24c2e0dab3e1cbb37e63afa4 --- automatic/koodo-reader/README.md | 2 +- automatic/koodo-reader/koodo-reader.nuspec | 2 +- automatic/koodo-reader/legal/VERIFICATION.txt | 14 +++++++------- automatic/koodo-reader/tools/chocolateyInstall.ps1 | 2 +- automatic/mongodb-shell/README.md | 2 +- automatic/mongodb-shell/legal/VERIFICATION.txt | 12 ++++++------ automatic/mongodb-shell/mongodb-shell.nuspec | 4 ++-- .../mongodb-shell/tools/chocolateyinstall.ps1 | 2 +- .../vscode-pylance/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-pylance/vscode-pylance.nuspec | 2 +- 10 files changed, 22 insertions(+), 22 deletions(-) diff --git a/automatic/koodo-reader/README.md b/automatic/koodo-reader/README.md index c4cd147c2..5d543b5b3 100644 --- a/automatic/koodo-reader/README.md +++ b/automatic/koodo-reader/README.md @@ -3,7 +3,7 @@ [![Software license](https://img.shields.io/github/license/troyeguo/koodo-reader)](https://github.com/troyeguo/koodo-reader/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-v1.5.6-blue.svg)](https://github.com/troyeguo/koodo-reader/releases/tag/v1.5.6) +[![Software version](https://img.shields.io/badge/Source-v1.5.7-blue.svg)](https://github.com/troyeguo/koodo-reader/releases/tag/v1.5.7) [![Chocolatey package version](https://img.shields.io/chocolatey/v/koodo-reader?label=Chocolatey)](https://chocolatey.org/packages/koodo-reader) Koodo Reader is a full-featured ebook manager to help you better study and digest your books. diff --git a/automatic/koodo-reader/koodo-reader.nuspec b/automatic/koodo-reader/koodo-reader.nuspec index 6243afc41..c2ae41153 100644 --- a/automatic/koodo-reader/koodo-reader.nuspec +++ b/automatic/koodo-reader/koodo-reader.nuspec @@ -3,7 +3,7 @@ koodo-reader - 1.5.6 + 1.5.7 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/koodo-reader dgalbraith Koodo Reader - All-in-one eBook Reader diff --git a/automatic/koodo-reader/legal/VERIFICATION.txt b/automatic/koodo-reader/legal/VERIFICATION.txt index 27e45bc4f..f1c01d842 100644 --- a/automatic/koodo-reader/legal/VERIFICATION.txt +++ b/automatic/koodo-reader/legal/VERIFICATION.txt @@ -8,21 +8,21 @@ be verified by: 1. Go to the binary distribution page - https://github.com/troyeguo/koodo-reader/releases/tag/v1.5.6 + https://github.com/troyeguo/koodo-reader/releases/tag/v1.5.7 -and download the installer Koodo-Reader-1.5.6.exe using the relevant link in the +and download the installer Koodo-Reader-1.5.7.exe using the relevant link in the assets section on the page. Alternatively the archive can be downloaded directly from - https://github.com/troyeguo/koodo-reader/releases/download/v1.5.6/Koodo-Reader-1.5.6.exe + https://github.com/troyeguo/koodo-reader/releases/download/v1.5.7/Koodo-Reader-1.5.7.exe 2. The archive can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash -algorithm sha256 Koodo-Reader-1.5.6.exe - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Koodo-Reader-1.5.6.exe + - Use powershell function 'Get-Filehash' - Get-Filehash -algorithm sha256 Koodo-Reader-1.5.7.exe + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Koodo-Reader-1.5.7.exe - File: Koodo-Reader-1.5.6.exe + File: Koodo-Reader-1.5.7.exe Type: sha256 - Checksum: CECA4D94020DC770A69CACC50F007C57712C5ED18BAC281EEB8D48E2AFC2970F + Checksum: 031E59465EA0C26167DC649A18CC483B284C9B394A987D03999A8BAC44376F9C Contents of file LICENSE.txt is obtained from https://github.com/troyeguo/koodo-reader/blob/master/LICENSE diff --git a/automatic/koodo-reader/tools/chocolateyInstall.ps1 b/automatic/koodo-reader/tools/chocolateyInstall.ps1 index 5dfb91d1e..43304ef4e 100644 --- a/automatic/koodo-reader/tools/chocolateyInstall.ps1 +++ b/automatic/koodo-reader/tools/chocolateyInstall.ps1 @@ -2,7 +2,7 @@ $toolsDir = Split-Path -parent $MyInvocation.MyCommand.Definition -$installer = Join-Path $toolsDir 'Koodo-Reader-1.5.6.exe' +$installer = Join-Path $toolsDir 'Koodo-Reader-1.5.7.exe' $silentArgs = '/S /AllUsers' $pp = Get-PackageParameters diff --git a/automatic/mongodb-shell/README.md b/automatic/mongodb-shell/README.md index c9df94185..fe08dbd81 100644 --- a/automatic/mongodb-shell/README.md +++ b/automatic/mongodb-shell/README.md @@ -3,7 +3,7 @@ [![GitHub license](https://img.shields.io/github/license/mongodb-js/mongosh)](https://github.com/mongodb-js/mongosh/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/version-v1.10.1-blue)](https://github.com/mongodb-js/mongosh/releases/tag/v1.10.1) +[![Software version](https://img.shields.io/badge/version-v1.10.2-blue)](https://github.com/mongodb-js/mongosh/releases/tag/v1.10.2) [![Chocolatey package version](https://img.shields.io/chocolatey/v/mongodb-shell?label=Chocolatey)](https://chocolatey.org/packages/mongodb-shell) The [MongoDB Shell](https://www.mongodb.com/products/shell) lets you connect to MongoDB to work with diff --git a/automatic/mongodb-shell/legal/VERIFICATION.txt b/automatic/mongodb-shell/legal/VERIFICATION.txt index bf62d06fa..d9b8289b4 100644 --- a/automatic/mongodb-shell/legal/VERIFICATION.txt +++ b/automatic/mongodb-shell/legal/VERIFICATION.txt @@ -10,19 +10,19 @@ be verified by: https://github.com/mongodb-js/mongosh/releases -and download the archive mongosh-1.10.1-win32-x64.zip using the links in the relevant +and download the archive mongosh-1.10.2-win32-x64.zip using the links in the relevant asset section of the page. Alternatively the build can be downloaded directly from - https://github.com/mongodb-js/mongosh/releases/download/v1.10.1/mongosh-1.10.1-win32-x64.zip + https://github.com/mongodb-js/mongosh/releases/download/v1.10.2/mongosh-1.10.2-win32-x64.zip 2. The archive can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 mongosh-1.10.1-win32-x64.zip - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f mongosh-1.10.1-win32-x64.zip + - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 mongosh-1.10.2-win32-x64.zip + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f mongosh-1.10.2-win32-x64.zip - File: mongosh-1.10.1-win32-x64.zip + File: mongosh-1.10.2-win32-x64.zip Type: sha256 - Checksum: 7055647A0C16525FCA626CBA12088A22CC8A2AE206BC0191110352879415B2AB + Checksum: B5AAAF514857B257B9C291532505AA6AAB6557734C93FD333733026C3BCB10C8 Contents of file LICENSE.txt is obtained from https://github.com/mongodb-js/mongosh/blob/master/LICENSE diff --git a/automatic/mongodb-shell/mongodb-shell.nuspec b/automatic/mongodb-shell/mongodb-shell.nuspec index 0c8708e14..1c2753e0c 100644 --- a/automatic/mongodb-shell/mongodb-shell.nuspec +++ b/automatic/mongodb-shell/mongodb-shell.nuspec @@ -3,7 +3,7 @@ mongodb-shell - 1.10.1 + 1.10.2 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/mongodb-shell dgalbraith MongoDB Shell @@ -48,7 +48,7 @@ Gives you autocomplete options based on the version of the server you are connec ]]> - https://github.com/mongodb-js/mongosh/releases/tag/v1.10.1 + https://github.com/mongodb-js/mongosh/releases/tag/v1.10.2 diff --git a/automatic/mongodb-shell/tools/chocolateyinstall.ps1 b/automatic/mongodb-shell/tools/chocolateyinstall.ps1 index b2f5fbeb0..1d7f6739c 100644 --- a/automatic/mongodb-shell/tools/chocolateyinstall.ps1 +++ b/automatic/mongodb-shell/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 'mongosh-1.10.1-win32-x64.zip' +$archive = Join-Path $toolsDir 'mongosh-1.10.2-win32-x64.zip' $unzipArgs = @{ PackageName = $env:ChocolateyPackageName diff --git a/automatic/vscode-pylance/tools/chocolateyinstall.ps1 b/automatic/vscode-pylance/tools/chocolateyinstall.ps1 index 813b7b009..608d4455d 100644 --- a/automatic/vscode-pylance/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-pylance/tools/chocolateyinstall.ps1 @@ -1,3 +1,3 @@ $ErrorActionPreference = 'Stop' -Install-VsCodeExtension -extensionId "ms-python.vscode-pylance@2023.7.41" +Install-VsCodeExtension -extensionId "ms-python.vscode-pylance@2023.7.42" diff --git a/automatic/vscode-pylance/vscode-pylance.nuspec b/automatic/vscode-pylance/vscode-pylance.nuspec index 252a389d7..0fc4b86d7 100644 --- a/automatic/vscode-pylance/vscode-pylance.nuspec +++ b/automatic/vscode-pylance/vscode-pylance.nuspec @@ -3,7 +3,7 @@ vscode-pylance - 2023.7.41 + 2023.7.42 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-pylance dgalbraith Pylance VSCode Extension