diff --git a/automatic/mongodb.install/mongodb.install.json b/automatic/mongodb.install/mongodb.install.json index 741914bea..790e56204 100644 --- a/automatic/mongodb.install/mongodb.install.json +++ b/automatic/mongodb.install/mongodb.install.json @@ -7,5 +7,6 @@ "5.1-rc": "5.1.2-rc0", "5.1": "5.1.1", "5.2-rc": "5.2.1-rc0", - "5.2": "5.2.0" + "5.2": "5.2.0", + "5.3-rc": "5.3.0-rc0" } diff --git a/automatic/mongodb.install/mongodb.install.nuspec b/automatic/mongodb.install/mongodb.install.nuspec index ecdb7c825..5c8c5b1ab 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.2.1-rc0 + 5.3.0-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.2/ + http://docs.mongodb.org/master/release-notes/5.3/ 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 8ec5b331c..a96c8640d 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.2.1-rc0-signed.msi' -$checksum64 = '7f853a3a51f3c65f4c7e33f9aa5cbdfbbcbe65a299ff40b8bde876c50a721842' +$url64 = 'https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-5.3.0-rc0-signed.msi' +$checksum64 = '09e0cfb0d1dd1898c528272548db6b66ff94f9db69994610296b7a865d6609e9' $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 741914bea..790e56204 100644 --- a/automatic/mongodb.portable/mongodb.portable.json +++ b/automatic/mongodb.portable/mongodb.portable.json @@ -7,5 +7,6 @@ "5.1-rc": "5.1.2-rc0", "5.1": "5.1.1", "5.2-rc": "5.2.1-rc0", - "5.2": "5.2.0" + "5.2": "5.2.0", + "5.3-rc": "5.3.0-rc0" } diff --git a/automatic/mongodb.portable/mongodb.portable.nuspec b/automatic/mongodb.portable/mongodb.portable.nuspec index 0297f3d54..a7e949397 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.2.1-rc0 + 5.3.0-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.2/ + http://docs.mongodb.org/master/release-notes/5.3/ 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 5f9230d11..b80fedb1f 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.2.1-rc0.zip' -$checksum64 = '025482fc9ffa1481763f7d9e36d22ad9fe2ab963f2d7dfeb7f95dde2f408ea46' +$url64 = 'https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-5.3.0-rc0.zip' +$checksum64 = 'b8cff9ad5646461511453dd1a08f948c92bfa3d37343c5e751711bb2428ca4aa' $checksumType64 = 'sha256' $binRoot = Get-ToolsLocation diff --git a/automatic/mongodb/mongodb.json b/automatic/mongodb/mongodb.json index 741914bea..790e56204 100644 --- a/automatic/mongodb/mongodb.json +++ b/automatic/mongodb/mongodb.json @@ -7,5 +7,6 @@ "5.1-rc": "5.1.2-rc0", "5.1": "5.1.1", "5.2-rc": "5.2.1-rc0", - "5.2": "5.2.0" + "5.2": "5.2.0", + "5.3-rc": "5.3.0-rc0" } diff --git a/automatic/mongodb/mongodb.nuspec b/automatic/mongodb/mongodb.nuspec index 9ec0ca764..59a025ee8 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.2.1-rc0 + 5.3.0-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.2/ + http://docs.mongodb.org/master/release-notes/5.3/ 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. - +