diff --git a/automatic/mongodb.install/mongodb.install.json b/automatic/mongodb.install/mongodb.install.json index 07646df6f..4fec0ab9a 100644 --- a/automatic/mongodb.install/mongodb.install.json +++ b/automatic/mongodb.install/mongodb.install.json @@ -21,5 +21,6 @@ "7.0-rc": "7.0.3-rc1", "7.0": "7.0.2", "7.1-rc": "7.1.0-rc4", - "7.1": "7.1.0" + "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 2ed4edebd..a82d1911e 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 - 5.0.22 + 7.2.0-rc1 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/5.0/ + https://docs.mongodb.org/master/release-notes/7.2/ 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 9fb77f2ab..0fb3d531e 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-5.0.22-signed.msi' -$checksum64 = 'ce6c6b3365e23ffc2245dce2030523ef4440fd154b6965ac5d4e19bc86e86a4d' +$url64 = 'https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-7.2.0-rc1-signed.msi' +$checksum64 = '8cd93860aa84f321d7e14a952f20708d34518fa28da55ccc494ee3ff0976ce6e' $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 07646df6f..4fec0ab9a 100644 --- a/automatic/mongodb.portable/mongodb.portable.json +++ b/automatic/mongodb.portable/mongodb.portable.json @@ -21,5 +21,6 @@ "7.0-rc": "7.0.3-rc1", "7.0": "7.0.2", "7.1-rc": "7.1.0-rc4", - "7.1": "7.1.0" + "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 8c734f5c7..a1cd93e7a 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 - 5.0.22 + 7.2.0-rc1 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/5.0/ + https://docs.mongodb.org/master/release-notes/7.2/ 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 be762d89b..37d50a233 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-5.0.22.zip' -$checksum64 = '8e6dd405970efc99b2825887d34db60bf9c2d6c1dd3d13d77efa8fd27f6f9498' +$url64 = 'https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-7.2.0-rc1.zip' +$checksum64 = '2acf9ac2ba65be6accd1daa481c98c7955799493cd9b31bb758aa7bb96685bdb' $checksumType64 = 'sha256' $binRoot = Get-ToolsLocation diff --git a/automatic/mongodb/mongodb.json b/automatic/mongodb/mongodb.json index 07646df6f..4fec0ab9a 100644 --- a/automatic/mongodb/mongodb.json +++ b/automatic/mongodb/mongodb.json @@ -21,5 +21,6 @@ "7.0-rc": "7.0.3-rc1", "7.0": "7.0.2", "7.1-rc": "7.1.0-rc4", - "7.1": "7.1.0" + "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 1780f7762..64dca50c0 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 - 5.0.22 + 7.2.0-rc1 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/5.0/ + https://docs.mongodb.org/master/release-notes/7.2/ 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. - +