Skip to content

Commit

Permalink
AU: 2 updated - mongodb-cli mongodb-cli.install
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Feb 4, 2022
1 parent ccbddd0 commit 4583008
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion automatic/mongodb-cli.install/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/mongocli)](https://github.com/mongodb/mongocli/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.21.0-blue)](https://github.com/mongodb/mongocli/releases/tag/v1.21.0)
[![Software version](https://img.shields.io/badge/Source-v1.22.0-blue)](https://github.com/mongodb/mongocli/releases/tag/v1.22.0)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/mongodb-cli.install?label=Chocolatey)](https://chocolatey.org/packages/mongodb-cli.install)

Create and manage MongoDB Cloud resources from your command line and easily automate them using scripts
Expand Down
14 changes: 7 additions & 7 deletions automatic/mongodb-cli.install/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/mongodb/mongocli/releases/tag/v1.21.0
https://github.com/mongodb/mongocli/releases/tag/v1.22.0

and download the archive mongocli_1.21.0_windows_x86_64.msi using the links in the relevant
and download the archive mongocli_1.22.0_windows_x86_64.msi using the links in the relevant
asset section of the page.

Alternatively the build can be downloaded directly from

https://github.com/mongodb/mongocli/releases/download/v1.21.0/mongocli_1.21.0_windows_x86_64.msi
https://github.com/mongodb/mongocli/releases/download/v1.22.0/mongocli_1.22.0_windows_x86_64.msi

2. The archive can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 mongocli_1.21.0_windows_x86_64.msi
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f mongocli_1.21.0_windows_x86_64.msi
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 mongocli_1.22.0_windows_x86_64.msi
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f mongocli_1.22.0_windows_x86_64.msi

File: mongocli_1.21.0_windows_x86_64.msi
File: mongocli_1.22.0_windows_x86_64.msi
Type: sha256
Checksum: D0CB32D4563797AECB1916CB0964E4C08AB33331CC0EC896D37B6175A2F81C6A
Checksum: 2A285E03522F0A163E7675228AF06F65556CBFC98477E9A378F2801788E064C7

Contents of file LICENSE.txt is obtained from https://github.com/mongodb/mongocli/blob/master/LICENSE
6 changes: 3 additions & 3 deletions automatic/mongodb-cli.install/mongodb-cli.install.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-cli.install</id>
<version>1.21.0</version>
<version>1.22.0</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/mongodb-cli.install</packageSourceUrl>
<owners>dgalbraith</owners>
<title>MongoDB Command Line Interface (Install)</title>
Expand All @@ -14,7 +14,7 @@
<licenseUrl>https://github.com/mongodb/mongocli/blob/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/mongodb/mongocli</projectSourceUrl>
<docsUrl>https://docs.mongodb.com/mongocli/v1.21</docsUrl>
<docsUrl>https://docs.mongodb.com/mongocli/v1.22</docsUrl>
<bugTrackerUrl>https://github.com/mongodb/mongocli/issues</bugTrackerUrl>
<tags>mongodb mongocli cli mongodb-atlas mongodb-cloud-manager mongodb-ops-manager</tags>
<summary>Manage your MongoDB in the cloud</summary>
Expand Down Expand Up @@ -48,7 +48,7 @@ If you find it is out of date by more than a day or two, please contact the main
]]>
</description>
<releaseNotes>https://docs.mongodb.com/mongocli/v1.21/release-notes</releaseNotes>
<releaseNotes>https://docs.mongodb.com/mongocli/v1.22/release-notes</releaseNotes>
</metadata>
<files>
<file src="legal\**" target="legal" />
Expand Down
2 changes: 1 addition & 1 deletion automatic/mongodb-cli.install/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 'mongocli_1.21.0_windows_x86_64.msi'
$installer = Join-Path $toolsDir 'mongocli_1.22.0_windows_x86_64.msi'

$packageArgs = @{
PackageName = $env:ChocolateyPackageName
Expand Down
2 changes: 1 addition & 1 deletion automatic/mongodb-cli/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/mongocli)](https://github.com/mongodb/mongocli/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.21.0-blue)](https://github.com/mongodb/mongocli/releases/tag/v1.21.0)
[![Software version](https://img.shields.io/badge/Source-v1.22.0-blue)](https://github.com/mongodb/mongocli/releases/tag/v1.22.0)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/mongodb-cli?label=Chocolatey)](https://chocolatey.org/packages/mongodb-cli)

Create and manage MongoDB Cloud resources from your command line and easily automate them using scripts
Expand Down
8 changes: 4 additions & 4 deletions automatic/mongodb-cli/mongodb-cli.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-cli</id>
<version>1.21.0</version>
<version>1.22.0</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/mongodb-cli</packageSourceUrl>
<owners>dgalbraith</owners>
<title>MongoDB Command Line Interface (mongocli)</title>
Expand All @@ -14,7 +14,7 @@
<licenseUrl>https://github.com/mongodb/mongocli/blob/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/mongodb/mongocli</projectSourceUrl>
<docsUrl>https://docs.mongodb.com/mongocli/v1.21</docsUrl>
<docsUrl>https://docs.mongodb.com/mongocli/v1.22</docsUrl>
<bugTrackerUrl>https://github.com/mongodb/mongocli/issues</bugTrackerUrl>
<tags>mongodb mongocli cli mongodb-atlas mongodb-cloud-manager mongodb-ops-manager</tags>
<summary>Manage your MongoDB in the cloud</summary>
Expand Down Expand Up @@ -46,9 +46,9 @@ If you find it is out of date by more than a day or two, please contact the main
]]>
</description>
<releaseNotes>https://docs.mongodb.com/mongocli/v1.21/release-notes</releaseNotes>
<releaseNotes>https://docs.mongodb.com/mongocli/v1.22/release-notes</releaseNotes>
<dependencies>
<dependency id="mongodb-cli.portable" version="[1.21.0]" />
<dependency id="mongodb-cli.portable" version="[1.22.0]" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit 4583008

Please sign in to comment.