diff --git a/automatic/mongodb.install/mongodb.install.json b/automatic/mongodb.install/mongodb.install.json index 325d2cede..db6b3db0c 100644 --- a/automatic/mongodb.install/mongodb.install.json +++ b/automatic/mongodb.install/mongodb.install.json @@ -18,7 +18,7 @@ "6.2": "6.2.1", "6.3-rc": "6.3.2-rc1", "6.3": "6.3.2", - "7.0-rc": "7.0.4-rc0", + "7.0-rc": "7.0.5-rc0", "7.0": "7.0.4", "7.1-rc": "7.1.1-rc0", "7.1": "7.1.1", diff --git a/automatic/mongodb.install/mongodb.install.nuspec b/automatic/mongodb.install/mongodb.install.nuspec index 7fc3ef3c1..96043efaf 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 - 4.4.27-rc0 + 7.0.5-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/4.4/ + https://docs.mongodb.org/master/release-notes/7.0/ 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 eb7dc3ce3..821590dd5 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-4.4.27-rc0-signed.msi' -$checksum64 = '0364b36a2127ff8b99a989c621e6e0b26c00947015685f899f0485b6132cfacd' +$url64 = 'https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-7.0.5-rc0-signed.msi' +$checksum64 = '7c988b5af02bcf210c4e2f92a17aea9e4e11be51782b76b868070b42c67a442a' $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 325d2cede..db6b3db0c 100644 --- a/automatic/mongodb.portable/mongodb.portable.json +++ b/automatic/mongodb.portable/mongodb.portable.json @@ -18,7 +18,7 @@ "6.2": "6.2.1", "6.3-rc": "6.3.2-rc1", "6.3": "6.3.2", - "7.0-rc": "7.0.4-rc0", + "7.0-rc": "7.0.5-rc0", "7.0": "7.0.4", "7.1-rc": "7.1.1-rc0", "7.1": "7.1.1", diff --git a/automatic/mongodb.portable/mongodb.portable.nuspec b/automatic/mongodb.portable/mongodb.portable.nuspec index 040d7bbc5..4b85a688e 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 - 4.4.27-rc0 + 7.0.5-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/4.4/ + https://docs.mongodb.org/master/release-notes/7.0/ 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 63dac3c2f..b2618db84 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-4.4.27-rc0.zip' -$checksum64 = 'b70778b5cf57ae62586ce4dd8b37ed1ca11a6ffba465971755d399cccbf75fc6' +$url64 = 'https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-7.0.5-rc0.zip' +$checksum64 = '395b8af495e3075416985f1b70637716a8150fb27538355d31ca8d5a0cb1d169' $checksumType64 = 'sha256' $binRoot = Get-ToolsLocation diff --git a/automatic/mongodb/mongodb.json b/automatic/mongodb/mongodb.json index 325d2cede..db6b3db0c 100644 --- a/automatic/mongodb/mongodb.json +++ b/automatic/mongodb/mongodb.json @@ -18,7 +18,7 @@ "6.2": "6.2.1", "6.3-rc": "6.3.2-rc1", "6.3": "6.3.2", - "7.0-rc": "7.0.4-rc0", + "7.0-rc": "7.0.5-rc0", "7.0": "7.0.4", "7.1-rc": "7.1.1-rc0", "7.1": "7.1.1", diff --git a/automatic/mongodb/mongodb.nuspec b/automatic/mongodb/mongodb.nuspec index f8bae9af4..93743d5e9 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 - 4.4.27-rc0 + 7.0.5-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/4.4/ + https://docs.mongodb.org/master/release-notes/7.0/ 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. - +