diff --git a/automatic/mongodb.install/mongodb.install.json b/automatic/mongodb.install/mongodb.install.json
index a7a5bf38da..325d2cede0 100644
--- a/automatic/mongodb.install/mongodb.install.json
+++ b/automatic/mongodb.install/mongodb.install.json
@@ -1,5 +1,5 @@
{
- "4.4-rc": "4.4.26-rc0",
+ "4.4-rc": "4.4.27-rc0",
"4.4": "4.4.26",
"4.9-rc": "4.9.0-rc1",
"5.0-rc": "5.0.23-rc0",
diff --git a/automatic/mongodb.install/mongodb.install.nuspec b/automatic/mongodb.install/mongodb.install.nuspec
index 052436551f..7fc3ef3c14 100644
--- a/automatic/mongodb.install/mongodb.install.nuspec
+++ b/automatic/mongodb.install/mongodb.install.nuspec
@@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
- 7.2.0-rc3
+ 4.4.27-rc0
Maurice Kevenaar
@@ -41,7 +41,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
MongoDB Inc
cli database nosql admin
- https://docs.mongodb.org/master/release-notes/7.2/
+ https://docs.mongodb.org/master/release-notes/4.4/
https://www.mongodb.com/community/licensing
false
https://github.com/mkevenaar/chocolatey-packages/tree/master/automatic/mongodb.install
diff --git a/automatic/mongodb.install/tools/chocolateyInstall.ps1 b/automatic/mongodb.install/tools/chocolateyInstall.ps1
index bb3a1cc37c..eb7dc3ce31 100644
--- a/automatic/mongodb.install/tools/chocolateyInstall.ps1
+++ b/automatic/mongodb.install/tools/chocolateyInstall.ps1
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
-$url64 = 'https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-7.2.0-rc3-signed.msi'
-$checksum64 = '042e948838909df99631f0717cca7ca8722ca60f8972a1b9a4543f690c09e261'
+$url64 = 'https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.27-rc0-signed.msi'
+$checksum64 = '0364b36a2127ff8b99a989c621e6e0b26c00947015685f899f0485b6132cfacd'
$checksumType64 = 'sha256'
$silentArgs = 'ADDLOCAL="ServerService,Server,ProductFeature,Router,MiscellaneousTools" /qn /norestart'
$dataPath = "$env:PROGRAMDATA\MongoDB\data\db"
diff --git a/automatic/mongodb.portable/mongodb.portable.json b/automatic/mongodb.portable/mongodb.portable.json
index a7a5bf38da..325d2cede0 100644
--- a/automatic/mongodb.portable/mongodb.portable.json
+++ b/automatic/mongodb.portable/mongodb.portable.json
@@ -1,5 +1,5 @@
{
- "4.4-rc": "4.4.26-rc0",
+ "4.4-rc": "4.4.27-rc0",
"4.4": "4.4.26",
"4.9-rc": "4.9.0-rc1",
"5.0-rc": "5.0.23-rc0",
diff --git a/automatic/mongodb.portable/mongodb.portable.nuspec b/automatic/mongodb.portable/mongodb.portable.nuspec
index 5ce46aef04..040d7bbc52 100644
--- a/automatic/mongodb.portable/mongodb.portable.nuspec
+++ b/automatic/mongodb.portable/mongodb.portable.nuspec
@@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
- 7.2.0-rc3
+ 4.4.27-rc0
Maurice Kevenaar
@@ -41,7 +41,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
MongoDB Inc
cli database nosql
- https://docs.mongodb.org/master/release-notes/7.2/
+ https://docs.mongodb.org/master/release-notes/4.4/
https://www.mongodb.com/community/licensing
false
https://github.com/mkevenaar/chocolatey-packages/tree/master/automatic/mongodb.portable
diff --git a/automatic/mongodb.portable/tools/chocolateyInstall.ps1 b/automatic/mongodb.portable/tools/chocolateyInstall.ps1
index 9546fc0fde..63dac3c2f5 100644
--- a/automatic/mongodb.portable/tools/chocolateyInstall.ps1
+++ b/automatic/mongodb.portable/tools/chocolateyInstall.ps1
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop';
-$url64 = 'https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-7.2.0-rc3.zip'
-$checksum64 = '5cf0174da872775db039fcf95fed9ac4ca0444270df89c7bee99799aabb9f851'
+$url64 = 'https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.27-rc0.zip'
+$checksum64 = 'b70778b5cf57ae62586ce4dd8b37ed1ca11a6ffba465971755d399cccbf75fc6'
$checksumType64 = 'sha256'
$binRoot = Get-ToolsLocation
diff --git a/automatic/mongodb/mongodb.json b/automatic/mongodb/mongodb.json
index a7a5bf38da..325d2cede0 100644
--- a/automatic/mongodb/mongodb.json
+++ b/automatic/mongodb/mongodb.json
@@ -1,5 +1,5 @@
{
- "4.4-rc": "4.4.26-rc0",
+ "4.4-rc": "4.4.27-rc0",
"4.4": "4.4.26",
"4.9-rc": "4.9.0-rc1",
"5.0-rc": "5.0.23-rc0",
diff --git a/automatic/mongodb/mongodb.nuspec b/automatic/mongodb/mongodb.nuspec
index a6772fc943..f8bae9af46 100644
--- a/automatic/mongodb/mongodb.nuspec
+++ b/automatic/mongodb/mongodb.nuspec
@@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
- 7.2.0-rc3
+ 4.4.27-rc0
Maurice Kevenaar
@@ -41,7 +41,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
MongoDB Inc
cli database nosql admin
- https://docs.mongodb.org/master/release-notes/7.2/
+ https://docs.mongodb.org/master/release-notes/4.4/
https://www.mongodb.com/community/licensing
false
https://github.com/mkevenaar/chocolatey-packages/tree/master/automatic/mongodb
@@ -75,7 +75,7 @@ let them know the package is no longer updating correctly.
-
+