From a07bca65dc9f5aea31ed4a6f457589c2973caa20 Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Thu, 9 Dec 2021 19:15:40 +0000 Subject: [PATCH] AU: 4 updated - evernote mongodb mongodb.install mongodb.portable [skip ci] https://gist.github.com/675e3f672bda54270f8d7f5415f9374d/56f7bd16c6912c1939ea4791b7b348d4c9f94f8e --- automatic/evernote/evernote.nuspec | 2 +- automatic/evernote/tools/chocolateyInstall.ps1 | 4 ++-- automatic/mongodb.install/mongodb.install.json | 3 ++- automatic/mongodb.install/mongodb.install.nuspec | 4 ++-- automatic/mongodb.install/tools/chocolateyInstall.ps1 | 4 ++-- automatic/mongodb.portable/mongodb.portable.json | 3 ++- automatic/mongodb.portable/mongodb.portable.nuspec | 4 ++-- automatic/mongodb.portable/tools/chocolateyInstall.ps1 | 4 ++-- automatic/mongodb/mongodb.json | 3 ++- automatic/mongodb/mongodb.nuspec | 6 +++--- 10 files changed, 20 insertions(+), 17 deletions(-) diff --git a/automatic/evernote/evernote.nuspec b/automatic/evernote/evernote.nuspec index 12ba4d258..485b9c7bd 100644 --- a/automatic/evernote/evernote.nuspec +++ b/automatic/evernote/evernote.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 10.26.5 + 10.27.5 Maurice Kevenaar diff --git a/automatic/evernote/tools/chocolateyInstall.ps1 b/automatic/evernote/tools/chocolateyInstall.ps1 index e47e7a146..23991c021 100644 --- a/automatic/evernote/tools/chocolateyInstall.ps1 +++ b/automatic/evernote/tools/chocolateyInstall.ps1 @@ -13,8 +13,8 @@ elseif ($osInfo.ProductType -ne 1) { } $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$url = 'https://cdn1.evernote.com/boron/win/builds/Evernote-10.26.5-win-ddl-ga-3108-setup.exe' -$checksum = '5812948fa00ff2863fbf864419cc0d53fcd57472b74224ca42222f9891717817' +$url = 'https://cdn1.evernote.com/boron/win/builds/Evernote-10.27.5-win-ddl-ga-3122-setup.exe' +$checksum = 'a42099624cafb8d677758a1f40bb0d1377264fc504ce00058923fc14ad75af82' $checksumType = 'sha256' $packageArgs = @{ diff --git a/automatic/mongodb.install/mongodb.install.json b/automatic/mongodb.install/mongodb.install.json index 9bb20a131..1cddf95d1 100644 --- a/automatic/mongodb.install/mongodb.install.json +++ b/automatic/mongodb.install/mongodb.install.json @@ -5,5 +5,6 @@ "5.0-rc": "5.0.5-rc0", "5.0": "5.0.5", "5.1-rc": "5.1.1-rc0", - "5.1": "5.1.1" + "5.1": "5.1.1", + "5.2-rc": "5.2.0-rc0" } diff --git a/automatic/mongodb.install/mongodb.install.nuspec b/automatic/mongodb.install/mongodb.install.nuspec index 45fb75666..d49054e9d 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.1.1 + 5.2.0-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 - http://docs.mongodb.org/master/release-notes/5.1/ + http://docs.mongodb.org/master/release-notes/5.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 0ba3a2606..20510cd6f 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.1.1-signed.msi' -$checksum64 = 'f912fc7d493813fb5fa9197f891bd7f501e7e3eaa84fe32e04adb31836cd9685' +$url64 = 'https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-5.2.0-rc0-signed.msi' +$checksum64 = '52975ed7efedf52b56e8845cd6ec817c99041d664e38c0f33b197c9ee4788d64' $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 9bb20a131..1cddf95d1 100644 --- a/automatic/mongodb.portable/mongodb.portable.json +++ b/automatic/mongodb.portable/mongodb.portable.json @@ -5,5 +5,6 @@ "5.0-rc": "5.0.5-rc0", "5.0": "5.0.5", "5.1-rc": "5.1.1-rc0", - "5.1": "5.1.1" + "5.1": "5.1.1", + "5.2-rc": "5.2.0-rc0" } diff --git a/automatic/mongodb.portable/mongodb.portable.nuspec b/automatic/mongodb.portable/mongodb.portable.nuspec index ddce4b384..07c2d2cc9 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.1.1 + 5.2.0-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 - http://docs.mongodb.org/master/release-notes/5.1/ + http://docs.mongodb.org/master/release-notes/5.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 7e78cec0e..90bdc6780 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.1.1.zip' -$checksum64 = '705c3f301b57464511c1e7fcac3954bfb004795577b4007d9a6e390c3fad7930' +$url64 = 'https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-5.2.0-rc0.zip' +$checksum64 = '37828cc4fa5c2dfcc77eef3fa16d04f87461cd9b84adf7c1922b87e087ee582f' $checksumType64 = 'sha256' $binRoot = Get-ToolsLocation diff --git a/automatic/mongodb/mongodb.json b/automatic/mongodb/mongodb.json index 9bb20a131..1cddf95d1 100644 --- a/automatic/mongodb/mongodb.json +++ b/automatic/mongodb/mongodb.json @@ -5,5 +5,6 @@ "5.0-rc": "5.0.5-rc0", "5.0": "5.0.5", "5.1-rc": "5.1.1-rc0", - "5.1": "5.1.1" + "5.1": "5.1.1", + "5.2-rc": "5.2.0-rc0" } diff --git a/automatic/mongodb/mongodb.nuspec b/automatic/mongodb/mongodb.nuspec index 36e7d140f..c9c6f8b2a 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.1.1 + 5.2.0-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 - http://docs.mongodb.org/master/release-notes/5.1/ + http://docs.mongodb.org/master/release-notes/5.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. - +