diff --git a/automatic/mongodb.install/mongodb.install.json b/automatic/mongodb.install/mongodb.install.json index 48ff6a7ca4..741914beac 100644 --- a/automatic/mongodb.install/mongodb.install.json +++ b/automatic/mongodb.install/mongodb.install.json @@ -6,6 +6,6 @@ "5.0": "5.0.6", "5.1-rc": "5.1.2-rc0", "5.1": "5.1.1", - "5.2-rc": "5.2.0-rc6", + "5.2-rc": "5.2.1-rc0", "5.2": "5.2.0" } diff --git a/automatic/mongodb.install/mongodb.install.nuspec b/automatic/mongodb.install/mongodb.install.nuspec index 04d2b7bfd8..ecdb7c825f 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.6 + 5.2.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 - http://docs.mongodb.org/master/release-notes/5.0/ + http://docs.mongodb.org/master/release-notes/5.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 ce21a11f49..8ec5b331c2 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.6-signed.msi' -$checksum64 = 'f6e2bc600b2b8b0251a9e99d84fefc43c66e45deb5793ed8e65cd12a318c76ee' +$url64 = 'https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-5.2.1-rc0-signed.msi' +$checksum64 = '7f853a3a51f3c65f4c7e33f9aa5cbdfbbcbe65a299ff40b8bde876c50a721842' $checksumType64 = 'sha256' $silentArgs = 'ADDLOCAL="ServerService,Server,ProductFeature,Client,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 48ff6a7ca4..741914beac 100644 --- a/automatic/mongodb.portable/mongodb.portable.json +++ b/automatic/mongodb.portable/mongodb.portable.json @@ -6,6 +6,6 @@ "5.0": "5.0.6", "5.1-rc": "5.1.2-rc0", "5.1": "5.1.1", - "5.2-rc": "5.2.0-rc6", + "5.2-rc": "5.2.1-rc0", "5.2": "5.2.0" } diff --git a/automatic/mongodb.portable/mongodb.portable.nuspec b/automatic/mongodb.portable/mongodb.portable.nuspec index e7125c52bc..0297f3d542 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.6 + 5.2.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 - http://docs.mongodb.org/master/release-notes/5.0/ + http://docs.mongodb.org/master/release-notes/5.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 ae3a9e2903..5f9230d119 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.6.zip' -$checksum64 = '465392636b654690a9016b29a33c6126eeb180897ec19a1fc76ac0feab881573' +$url64 = 'https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-5.2.1-rc0.zip' +$checksum64 = '025482fc9ffa1481763f7d9e36d22ad9fe2ab963f2d7dfeb7f95dde2f408ea46' $checksumType64 = 'sha256' $binRoot = Get-ToolsLocation diff --git a/automatic/mongodb/mongodb.json b/automatic/mongodb/mongodb.json index 48ff6a7ca4..741914beac 100644 --- a/automatic/mongodb/mongodb.json +++ b/automatic/mongodb/mongodb.json @@ -6,6 +6,6 @@ "5.0": "5.0.6", "5.1-rc": "5.1.2-rc0", "5.1": "5.1.1", - "5.2-rc": "5.2.0-rc6", + "5.2-rc": "5.2.1-rc0", "5.2": "5.2.0" } diff --git a/automatic/mongodb/mongodb.nuspec b/automatic/mongodb/mongodb.nuspec index d977412a2d..9ec0ca7647 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.6 + 5.2.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 - http://docs.mongodb.org/master/release-notes/5.0/ + http://docs.mongodb.org/master/release-notes/5.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. - +