From a5bb9fa6976a4530cf8a731c044947acf5d96ef0 Mon Sep 17 00:00:00 2001 From: fmenezes <1765216+fmenezes@users.noreply.github.com> Date: Wed, 4 Dec 2024 16:05:05 +0000 Subject: [PATCH] AU: 1 updated - mongodb-atlas [skip ci] --- automatic/mongodb-atlas/mongodb-atlas.nuspec | 2 +- automatic/mongodb-atlas/tools/chocolateyInstall.ps1 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/automatic/mongodb-atlas/mongodb-atlas.nuspec b/automatic/mongodb-atlas/mongodb-atlas.nuspec index f8baacc41..04ad786b4 100644 --- a/automatic/mongodb-atlas/mongodb-atlas.nuspec +++ b/automatic/mongodb-atlas/mongodb-atlas.nuspec @@ -4,7 +4,7 @@ enclosed in quotation marks, you should use an editor that supports UTF-8, not t mongodb-atlas - 1.32.0 + 1.33.0 MongoDB MongoDB Atlas CLI MongoDB diff --git a/automatic/mongodb-atlas/tools/chocolateyInstall.ps1 b/automatic/mongodb-atlas/tools/chocolateyInstall.ps1 index 089b05f24..0c4734cb0 100644 --- a/automatic/mongodb-atlas/tools/chocolateyInstall.ps1 +++ b/automatic/mongodb-atlas/tools/chocolateyInstall.ps1 @@ -1,5 +1,5 @@ -$url = 'https://github.com/mongodb/mongodb-atlas-cli/releases/download/atlascli/v1.32.0/mongodb-atlas-cli_1.32.0_windows_x86_64.msi' -$checksum = '92d1e90b1e487e0bccdecd77c2f6182368a4bead11dd410f9ec698c2c3e0ed41' +$url = 'https://github.com/mongodb/mongodb-atlas-cli/releases/download/atlascli/v1.33.0/mongodb-atlas-cli_1.33.0_windows_x86_64.msi' +$checksum = '5f88be7a51911d51bd99d01e7464380e0b3f3b109a8e4cf2eb1b2b640f76e0b7' $ErrorActionPreference = 'Stop'; $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"