Skip to content

Commit

Permalink
AU: 3 updated - mongodb-compass mongodb-compass-isolated mongodb-comp…
Browse files Browse the repository at this point in the history
  • Loading branch information
Tragiccode Chocolatey Bot committed Mar 3, 2024
1 parent 65c4c70 commit 6ea6388
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion mongodb-compass-isolated/mongodb-compass-isolated.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>mongodb-compass-isolated</id>
<version>1.42.1</version>
<version>1.42.2</version>
<title>MongoDB Compass Isolated (Install)</title>
<authors>MongoDB Inc.</authors>
<owners>TraGicCode</owners>
Expand Down
4 changes: 2 additions & 2 deletions mongodb-compass-isolated/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop'

$url64bit = 'https://github.com/mongodb-js/compass/releases/download/v1.42.1/mongodb-compass-isolated-1.42.1-win32-x64.msi'
$checksum64 = '424f8023b1163e23d821ea757f509b5b3f477c725b8ac47f31ed137a589f266b'
$url64bit = 'https://github.com/mongodb-js/compass/releases/download/v1.42.2/mongodb-compass-isolated-1.42.2-win32-x64.msi'
$checksum64 = '10bea191b6d682af7c897bf2a90a76697b85a2c2e3fbebae33e8adb41bb286af'


$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion mongodb-compass-readonly/mongodb-compass-readonly.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>mongodb-compass-readonly</id>
<version>1.42.1</version>
<version>1.42.2</version>
<title>MongoDB Compass Readonly (Install)</title>
<authors>MongoDB Inc.</authors>
<owners>TraGicCode</owners>
Expand Down
4 changes: 2 additions & 2 deletions mongodb-compass-readonly/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop'

$url64bit = 'https://github.com/mongodb-js/compass/releases/download/v1.42.1/mongodb-compass-readonly-1.42.1-win32-x64.msi'
$checksum64 = '3417aa2deeca2ca33d2f2e5d225b9a4a71acf1c9a3ba2685d344dac3dbd30b1b'
$url64bit = 'https://github.com/mongodb-js/compass/releases/download/v1.42.2/mongodb-compass-readonly-1.42.2-win32-x64.msi'
$checksum64 = 'aff746240fbb3e5b4f89b29d5de3d7fe45706b93d9509644c63b78552f96fde9'


$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion mongodb-compass/mongodb-compass.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>mongodb-compass</id>
<version>1.42.1</version>
<version>1.42.2</version>
<title>MongoDB Compass (Install)</title>
<authors>MongoDB Inc.</authors>
<owners>TraGicCode</owners>
Expand Down
4 changes: 2 additions & 2 deletions mongodb-compass/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop'

$url64bit = 'https://github.com/mongodb-js/compass/releases/download/v1.42.1/mongodb-compass-1.42.1-win32-x64.msi'
$checksum64 = '07553d44cebc8d73fd7672e9c31478c34203a7f8637a12db055bf1292aed736c'
$url64bit = 'https://github.com/mongodb-js/compass/releases/download/v1.42.2/mongodb-compass-1.42.2-win32-x64.msi'
$checksum64 = '3ce842a5a054c46bd6589ca37ce8ca8e9c03f16d63a0ff89746d73e34f430feb'


$packageArgs = @{
Expand Down

0 comments on commit 6ea6388

Please sign in to comment.