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 Jun 13, 2024
1 parent ebd7871 commit e8bf6fa
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.43.0</version>
<version>1.43.1</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.43.0/mongodb-compass-isolated-1.43.0-win32-x64.msi'
$checksum64 = '1245a2a6ca63ef49715e2f84498876a8ba9685ad33e8de96e03400f85a83b50e'
$url64bit = 'https://github.com/mongodb-js/compass/releases/download/v1.43.1/mongodb-compass-isolated-1.43.1-win32-x64.msi'
$checksum64 = '432c60df8225ddf618581fad2bd920d65eb6f884f3cd28f5ce7b776a7f4e5e5b'


$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.43.0</version>
<version>1.43.1</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.43.0/mongodb-compass-readonly-1.43.0-win32-x64.msi'
$checksum64 = 'db7264f0c1ef6db656d7e5fc50ab0357ceec6fbba0be23d4f20e5ea0b25e3105'
$url64bit = 'https://github.com/mongodb-js/compass/releases/download/v1.43.1/mongodb-compass-readonly-1.43.1-win32-x64.msi'
$checksum64 = '73f7711f57fde7718b23e9f24c7c770761e30f4dfe1a4a24a9ef7cb1ce72938f'


$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.43.0</version>
<version>1.43.1</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.43.0/mongodb-compass-1.43.0-win32-x64.msi'
$checksum64 = 'b5f83adab048042a74985ae3320e5e2e40502b412c21eca3a5bf93c1f1bfcf04'
$url64bit = 'https://github.com/mongodb-js/compass/releases/download/v1.43.1/mongodb-compass-1.43.1-win32-x64.msi'
$checksum64 = 'd0631a7485dfaae8aeac3e451b5a41c85ab762b152e998f878be2c27bd089208'


$packageArgs = @{
Expand Down

0 comments on commit e8bf6fa

Please sign in to comment.