diff --git a/automatic/mongodb.install/mongodb.install.json b/automatic/mongodb.install/mongodb.install.json
index 4fec0ab9a0..5a6d2430c7 100644
--- a/automatic/mongodb.install/mongodb.install.json
+++ b/automatic/mongodb.install/mongodb.install.json
@@ -20,7 +20,7 @@
"6.3": "6.3.2",
"7.0-rc": "7.0.3-rc1",
"7.0": "7.0.2",
- "7.1-rc": "7.1.0-rc4",
+ "7.1-rc": "7.1.1-rc0",
"7.1": "7.1.0",
"7.2-rc": "7.2.0-rc1"
}
diff --git a/automatic/mongodb.install/mongodb.install.nuspec b/automatic/mongodb.install/mongodb.install.nuspec
index a82d1911ef..f304c66806 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-rc1
+ 7.1.1-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/7.1/
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 0fb3d531ee..03c9782770 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-rc1-signed.msi'
-$checksum64 = '8cd93860aa84f321d7e14a952f20708d34518fa28da55ccc494ee3ff0976ce6e'
+$url64 = 'https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-7.1.1-rc0-signed.msi'
+$checksum64 = '7bbfbe65473108e699f50c06a514b9f3acc661174b0903824cf34aa436f53676'
$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 4fec0ab9a0..5a6d2430c7 100644
--- a/automatic/mongodb.portable/mongodb.portable.json
+++ b/automatic/mongodb.portable/mongodb.portable.json
@@ -20,7 +20,7 @@
"6.3": "6.3.2",
"7.0-rc": "7.0.3-rc1",
"7.0": "7.0.2",
- "7.1-rc": "7.1.0-rc4",
+ "7.1-rc": "7.1.1-rc0",
"7.1": "7.1.0",
"7.2-rc": "7.2.0-rc1"
}
diff --git a/automatic/mongodb.portable/mongodb.portable.nuspec b/automatic/mongodb.portable/mongodb.portable.nuspec
index a1cd93e7a1..3e31678657 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-rc1
+ 7.1.1-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/7.1/
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 37d50a2331..168655097e 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-rc1.zip'
-$checksum64 = '2acf9ac2ba65be6accd1daa481c98c7955799493cd9b31bb758aa7bb96685bdb'
+$url64 = 'https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-7.1.1-rc0.zip'
+$checksum64 = 'db87a8e9a7818b7bd678083f845c8f5645a0f1f058cfb92c3e5e4403251993d7'
$checksumType64 = 'sha256'
$binRoot = Get-ToolsLocation
diff --git a/automatic/mongodb/mongodb.json b/automatic/mongodb/mongodb.json
index 4fec0ab9a0..5a6d2430c7 100644
--- a/automatic/mongodb/mongodb.json
+++ b/automatic/mongodb/mongodb.json
@@ -20,7 +20,7 @@
"6.3": "6.3.2",
"7.0-rc": "7.0.3-rc1",
"7.0": "7.0.2",
- "7.1-rc": "7.1.0-rc4",
+ "7.1-rc": "7.1.1-rc0",
"7.1": "7.1.0",
"7.2-rc": "7.2.0-rc1"
}
diff --git a/automatic/mongodb/mongodb.nuspec b/automatic/mongodb/mongodb.nuspec
index 64dca50c0d..f1b6d59bf1 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-rc1
+ 7.1.1-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/7.1/
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.
-
+