From f0b614ac30e6fd7e6931e424e65be308aa780358 Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Mon, 17 Apr 2023 21:17:32 +0000 Subject: [PATCH] AU: 3 updated - mongodb mongodb.install mongodb.portable [skip ci] https://gist.github.com/mkevenaar/675e3f672bda54270f8d7f5415f9374d/98e806cb764880848f3259ab650dea5a8f30dc3d --- automatic/mongodb.install/mongodb.install.json | 7 ++++--- automatic/mongodb.install/mongodb.install.nuspec | 4 ++-- automatic/mongodb.install/tools/chocolateyInstall.ps1 | 4 ++-- automatic/mongodb.portable/mongodb.portable.json | 7 ++++--- automatic/mongodb.portable/mongodb.portable.nuspec | 4 ++-- automatic/mongodb.portable/tools/chocolateyInstall.ps1 | 4 ++-- automatic/mongodb/mongodb.json | 7 ++++--- automatic/mongodb/mongodb.nuspec | 6 +++--- 8 files changed, 23 insertions(+), 20 deletions(-) diff --git a/automatic/mongodb.install/mongodb.install.json b/automatic/mongodb.install/mongodb.install.json index 12e5eed6d..daee6ab1f 100644 --- a/automatic/mongodb.install/mongodb.install.json +++ b/automatic/mongodb.install/mongodb.install.json @@ -1,8 +1,8 @@ { - "4.4-rc": "4.4.20-rc0", + "4.4-rc": "4.4.21-rc0", "4.4": "4.4.20", "4.9-rc": "4.9.0-rc1", - "5.0-rc": "5.0.16-rc0", + "5.0-rc": "5.0.17-rc0", "5.0": "5.0.16", "5.1-rc": "5.1.2-rc0", "5.1": "5.1.1", @@ -16,5 +16,6 @@ "6.1": "6.1.1", "6.2-rc": "6.2.1-rc1", "6.2": "6.2.1", - "6.3-rc": "6.3.0-rc3" + "6.3-rc": "6.3.0-rc3", + "6.3": "6.3.0" } diff --git a/automatic/mongodb.install/mongodb.install.nuspec b/automatic/mongodb.install/mongodb.install.nuspec index 6cd05843f..d30b217b7 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.16 + 6.3.0 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.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 837709ff7..037f5c974 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.16-signed.msi' -$checksum64 = '2319542cffb08c1375d90189ba2eb90dc1a0e28bb88989af79c3a661bf1c499a' +$url64 = 'https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-6.3.0-signed.msi' +$checksum64 = 'ddafaa3534685899ecb990583d91408073356b6452b7538be9664eafab702b72' $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 12e5eed6d..daee6ab1f 100644 --- a/automatic/mongodb.portable/mongodb.portable.json +++ b/automatic/mongodb.portable/mongodb.portable.json @@ -1,8 +1,8 @@ { - "4.4-rc": "4.4.20-rc0", + "4.4-rc": "4.4.21-rc0", "4.4": "4.4.20", "4.9-rc": "4.9.0-rc1", - "5.0-rc": "5.0.16-rc0", + "5.0-rc": "5.0.17-rc0", "5.0": "5.0.16", "5.1-rc": "5.1.2-rc0", "5.1": "5.1.1", @@ -16,5 +16,6 @@ "6.1": "6.1.1", "6.2-rc": "6.2.1-rc1", "6.2": "6.2.1", - "6.3-rc": "6.3.0-rc3" + "6.3-rc": "6.3.0-rc3", + "6.3": "6.3.0" } diff --git a/automatic/mongodb.portable/mongodb.portable.nuspec b/automatic/mongodb.portable/mongodb.portable.nuspec index af58f8486..a0130b69d 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.16 + 6.3.0 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.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 95cbc9f2f..a912b3299 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.16.zip' -$checksum64 = '455d608d17e6be6985ae4ee737af874fb1a3f569feb8e8f50cad861e50b02b1e' +$url64 = 'https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-6.3.0.zip' +$checksum64 = 'f217750615c01b1ef5be30f648d78ce3e69f390631101eb56da7964e9a451cc7' $checksumType64 = 'sha256' $binRoot = Get-ToolsLocation diff --git a/automatic/mongodb/mongodb.json b/automatic/mongodb/mongodb.json index 12e5eed6d..daee6ab1f 100644 --- a/automatic/mongodb/mongodb.json +++ b/automatic/mongodb/mongodb.json @@ -1,8 +1,8 @@ { - "4.4-rc": "4.4.20-rc0", + "4.4-rc": "4.4.21-rc0", "4.4": "4.4.20", "4.9-rc": "4.9.0-rc1", - "5.0-rc": "5.0.16-rc0", + "5.0-rc": "5.0.17-rc0", "5.0": "5.0.16", "5.1-rc": "5.1.2-rc0", "5.1": "5.1.1", @@ -16,5 +16,6 @@ "6.1": "6.1.1", "6.2-rc": "6.2.1-rc1", "6.2": "6.2.1", - "6.3-rc": "6.3.0-rc3" + "6.3-rc": "6.3.0-rc3", + "6.3": "6.3.0" } diff --git a/automatic/mongodb/mongodb.nuspec b/automatic/mongodb/mongodb.nuspec index 57e552968..a28b581c0 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.16 + 6.3.0 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.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. - +