Skip to content

Commit

Permalink
AU: 3 updated - koodo-reader mongodb-shell vscode-pylance
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Jul 29, 2023
1 parent 5638b60 commit 1e6ff49
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion automatic/koodo-reader/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion automatic/koodo-reader/koodo-reader.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>koodo-reader</id>
<version>1.5.6</version>
<version>1.5.7</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/koodo-reader</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Koodo Reader - All-in-one eBook Reader</title>
Expand Down
14 changes: 7 additions & 7 deletions automatic/koodo-reader/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion automatic/koodo-reader/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion automatic/mongodb-shell/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions automatic/mongodb-shell/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions automatic/mongodb-shell/mongodb-shell.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>mongodb-shell</id>
<version>1.10.1</version>
<version>1.10.2</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/mongodb-shell</packageSourceUrl>
<owners>dgalbraith</owners>
<title>MongoDB Shell</title>
Expand Down Expand Up @@ -48,7 +48,7 @@ Gives you autocomplete options based on the version of the server you are connec
]]>
</description>
<releaseNotes>https://github.com/mongodb-js/mongosh/releases/tag/v1.10.1</releaseNotes>
<releaseNotes>https://github.com/mongodb-js/mongosh/releases/tag/v1.10.2</releaseNotes>
</metadata>
<files>
<file src="legal\**" target="legal" />
Expand Down
2 changes: 1 addition & 1 deletion automatic/mongodb-shell/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
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@2023.7.41"
Install-VsCodeExtension -extensionId "ms-python.vscode-pylance@2023.7.42"
2 changes: 1 addition & 1 deletion 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>2023.7.41</version>
<version>2023.7.42</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-pylance</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Pylance VSCode Extension</title>
Expand Down

0 comments on commit 1e6ff49

Please sign in to comment.