From 9b0b010424893e3664eca78817fa6ceb4344b89f Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Wed, 11 Oct 2023 15:17:18 +0000 Subject: [PATCH] AU: 3 updated - mongodb mongodb.install mongodb.portable [skip ci] https://gist.github.com/mkevenaar/675e3f672bda54270f8d7f5415f9374d/dc1f2f934fd0b41907c4c9b18199f43902aa250f --- automatic/mongodb.install/mongodb.install.json | 2 +- automatic/mongodb.install/mongodb.install.nuspec | 4 ++-- automatic/mongodb.install/tools/chocolateyInstall.ps1 | 4 ++-- automatic/mongodb.portable/mongodb.portable.json | 2 +- automatic/mongodb.portable/mongodb.portable.nuspec | 4 ++-- automatic/mongodb.portable/tools/chocolateyInstall.ps1 | 4 ++-- automatic/mongodb/mongodb.json | 2 +- automatic/mongodb/mongodb.nuspec | 6 +++--- 8 files changed, 14 insertions(+), 14 deletions(-) diff --git a/automatic/mongodb.install/mongodb.install.json b/automatic/mongodb.install/mongodb.install.json index f54c6e9f2..d3e378e1e 100644 --- a/automatic/mongodb.install/mongodb.install.json +++ b/automatic/mongodb.install/mongodb.install.json @@ -11,7 +11,7 @@ "5.3-rc": "5.3.2-rc2", "5.3": "5.3.2", "6.0-rc": "6.0.11-rc0", - "6.0": "6.0.10", + "6.0": "6.0.11", "6.1-rc": "6.1.1-rc1", "6.1": "6.1.1", "6.2-rc": "6.2.1-rc1", diff --git a/automatic/mongodb.install/mongodb.install.nuspec b/automatic/mongodb.install/mongodb.install.nuspec index ec09c0827..a6632c57b 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.1.0 + 6.0.11 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.1/ + https://docs.mongodb.org/master/release-notes/6.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 17a3eafab..e8e38ec20 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.1.0-signed.msi' -$checksum64 = '6a71658bd648a7383a10dd6115eb10d237866ebbb23fe6c02fb1aa88ee459687' +$url64 = 'https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-6.0.11-signed.msi' +$checksum64 = '178b163aa3a663766a792cce4eec0ca2624392bd82eb1274b91aa00f6345c34a' $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 f54c6e9f2..d3e378e1e 100644 --- a/automatic/mongodb.portable/mongodb.portable.json +++ b/automatic/mongodb.portable/mongodb.portable.json @@ -11,7 +11,7 @@ "5.3-rc": "5.3.2-rc2", "5.3": "5.3.2", "6.0-rc": "6.0.11-rc0", - "6.0": "6.0.10", + "6.0": "6.0.11", "6.1-rc": "6.1.1-rc1", "6.1": "6.1.1", "6.2-rc": "6.2.1-rc1", diff --git a/automatic/mongodb.portable/mongodb.portable.nuspec b/automatic/mongodb.portable/mongodb.portable.nuspec index ee3c4e5c0..121971aba 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.1.0 + 6.0.11 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.1/ + https://docs.mongodb.org/master/release-notes/6.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 c2a70c57a..f463778c3 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.1.0.zip' -$checksum64 = '949c2117f1b4a410254e292569e18564288ed21ac641bd3a5b2ebddcfcbea644' +$url64 = 'https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-6.0.11.zip' +$checksum64 = '47d2d069603478827aa28866eee34f9c668d854850a5c9d3369ca53697d2609e' $checksumType64 = 'sha256' $binRoot = Get-ToolsLocation diff --git a/automatic/mongodb/mongodb.json b/automatic/mongodb/mongodb.json index f54c6e9f2..d3e378e1e 100644 --- a/automatic/mongodb/mongodb.json +++ b/automatic/mongodb/mongodb.json @@ -11,7 +11,7 @@ "5.3-rc": "5.3.2-rc2", "5.3": "5.3.2", "6.0-rc": "6.0.11-rc0", - "6.0": "6.0.10", + "6.0": "6.0.11", "6.1-rc": "6.1.1-rc1", "6.1": "6.1.1", "6.2-rc": "6.2.1-rc1", diff --git a/automatic/mongodb/mongodb.nuspec b/automatic/mongodb/mongodb.nuspec index 3b22ccf46..5ef51e6b7 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.1.0 + 6.0.11 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.1/ + https://docs.mongodb.org/master/release-notes/6.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. - +