From 67fe781f520164ea1afa2afb42813377a807a26f Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Mon, 19 Dec 2022 21:19:12 +0000 Subject: [PATCH] AU: 3 updated - mongodb mongodb.install mongodb.portable [skip ci] https://gist.github.com/675e3f672bda54270f8d7f5415f9374d/8960af0409abc73f27aaac2ccff9d30b90996f37 --- 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 a971d86cc..7dd854cd8 100644 --- a/automatic/mongodb.install/mongodb.install.json +++ b/automatic/mongodb.install/mongodb.install.json @@ -12,7 +12,7 @@ "5.3": "5.3.2", "6.0-rc": "6.0.3-rc2", "6.0": "6.0.3", - "6.1-rc": "6.1.1-rc0", + "6.1-rc": "6.1.1-rc1", "6.1": "6.1.0", "6.2-rc": "6.2.0-rc4" } diff --git a/automatic/mongodb.install/mongodb.install.nuspec b/automatic/mongodb.install/mongodb.install.nuspec index bba3c8f28..4752fd5ca 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 - 6.2.0-rc4 + 6.1.1-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/6.2/ + https://docs.mongodb.org/master/release-notes/6.1/ 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 1e4ff05ea..8a98e5e7e 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-6.2.0-rc4-signed.msi' -$checksum64 = 'c34c11360e6500b4e88757bbdacd5709d45ff42012b421dcc55757f4d67b2301' +$url64 = 'https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-6.1.1-rc1-signed.msi' +$checksum64 = '55e960c830c9feed22c6e36fa016265b9d55031c655ef9130ac57a1b76656838' $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 a971d86cc..7dd854cd8 100644 --- a/automatic/mongodb.portable/mongodb.portable.json +++ b/automatic/mongodb.portable/mongodb.portable.json @@ -12,7 +12,7 @@ "5.3": "5.3.2", "6.0-rc": "6.0.3-rc2", "6.0": "6.0.3", - "6.1-rc": "6.1.1-rc0", + "6.1-rc": "6.1.1-rc1", "6.1": "6.1.0", "6.2-rc": "6.2.0-rc4" } diff --git a/automatic/mongodb.portable/mongodb.portable.nuspec b/automatic/mongodb.portable/mongodb.portable.nuspec index bfc6544dc..3e714bab2 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 - 6.2.0-rc4 + 6.1.1-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/6.2/ + https://docs.mongodb.org/master/release-notes/6.1/ 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 5be0cf6e8..191a674e0 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-6.2.0-rc4.zip' -$checksum64 = '1065f0b5dbc4960bbf65450d50f7db22d2199054ff0c68cd8f4dc406276a38f6' +$url64 = 'https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-6.1.1-rc1.zip' +$checksum64 = 'b2148998bfb78ad2cce72b326b3fb7d17f709cf25ed7959fb139b00956c414ec' $checksumType64 = 'sha256' $binRoot = Get-ToolsLocation diff --git a/automatic/mongodb/mongodb.json b/automatic/mongodb/mongodb.json index a971d86cc..7dd854cd8 100644 --- a/automatic/mongodb/mongodb.json +++ b/automatic/mongodb/mongodb.json @@ -12,7 +12,7 @@ "5.3": "5.3.2", "6.0-rc": "6.0.3-rc2", "6.0": "6.0.3", - "6.1-rc": "6.1.1-rc0", + "6.1-rc": "6.1.1-rc1", "6.1": "6.1.0", "6.2-rc": "6.2.0-rc4" } diff --git a/automatic/mongodb/mongodb.nuspec b/automatic/mongodb/mongodb.nuspec index d06e79bdc..822e3b684 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 - 6.2.0-rc4 + 6.1.1-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/6.2/ + https://docs.mongodb.org/master/release-notes/6.1/ 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. - +