From 48ce18cd55d6f3c81d6af033478988aefb3bcf39 Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Sat, 18 Feb 2023 00:19:26 +0000 Subject: [PATCH] AU: 3 updated - mongodb mongodb.install mongodb.portable [skip ci] https://gist.github.com/675e3f672bda54270f8d7f5415f9374d/f869beee9e6305210737b0006a46b34ebb29b9bf --- 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 7644706b3..24903b722 100644 --- a/automatic/mongodb.install/mongodb.install.json +++ b/automatic/mongodb.install/mongodb.install.json @@ -14,7 +14,7 @@ "6.0": "6.0.4", "6.1-rc": "6.1.1-rc1", "6.1": "6.1.1", - "6.2-rc": "6.2.1-rc0", + "6.2-rc": "6.2.1-rc1", "6.2": "6.2.0", "6.3-rc": "6.3.0-rc0" } diff --git a/automatic/mongodb.install/mongodb.install.nuspec b/automatic/mongodb.install/mongodb.install.nuspec index 3beed9156..cb1a708ed 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.15-rc2 + 6.2.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/5.0/ + https://docs.mongodb.org/master/release-notes/6.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 a0b846be6..bb04108b8 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.15-rc2-signed.msi' -$checksum64 = 'c3f73b861e87de268dde14afc0637a5b2c8629203987af3635864339399495ce' +$url64 = 'https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-6.2.1-rc1-signed.msi' +$checksum64 = '278b8253160299d7fa37987ce057c85e41c3fc265a2eaffe85cb2511404b01aa' $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 7644706b3..24903b722 100644 --- a/automatic/mongodb.portable/mongodb.portable.json +++ b/automatic/mongodb.portable/mongodb.portable.json @@ -14,7 +14,7 @@ "6.0": "6.0.4", "6.1-rc": "6.1.1-rc1", "6.1": "6.1.1", - "6.2-rc": "6.2.1-rc0", + "6.2-rc": "6.2.1-rc1", "6.2": "6.2.0", "6.3-rc": "6.3.0-rc0" } diff --git a/automatic/mongodb.portable/mongodb.portable.nuspec b/automatic/mongodb.portable/mongodb.portable.nuspec index 6c5195d4c..f8ed6bed6 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.15-rc2 + 6.2.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/5.0/ + https://docs.mongodb.org/master/release-notes/6.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 b4aa51804..ba7c5b277 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.15-rc2.zip' -$checksum64 = '99bd4b7c2b46750f9fefc897bc83c9b4d90aa0e5c36333d71437e42694766b95' +$url64 = 'https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-6.2.1-rc1.zip' +$checksum64 = '34517f96eecb8cc02fc7d03e50de0655d59abde7c75b69edf830d9e7ca3b93cb' $checksumType64 = 'sha256' $binRoot = Get-ToolsLocation diff --git a/automatic/mongodb/mongodb.json b/automatic/mongodb/mongodb.json index 7644706b3..24903b722 100644 --- a/automatic/mongodb/mongodb.json +++ b/automatic/mongodb/mongodb.json @@ -14,7 +14,7 @@ "6.0": "6.0.4", "6.1-rc": "6.1.1-rc1", "6.1": "6.1.1", - "6.2-rc": "6.2.1-rc0", + "6.2-rc": "6.2.1-rc1", "6.2": "6.2.0", "6.3-rc": "6.3.0-rc0" } diff --git a/automatic/mongodb/mongodb.nuspec b/automatic/mongodb/mongodb.nuspec index 70d12c4f9..8a5d45343 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.15-rc2 + 6.2.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/5.0/ + https://docs.mongodb.org/master/release-notes/6.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. - +