From 61eabe8fc05e76fabbaded4e9e9902bf103fff1b Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Tue, 15 Nov 2022 03:17:03 +0000 Subject: [PATCH] AU: 4 updated - mongodb mongodb.install mongodb.portable vlc-nightly [skip ci] https://gist.github.com/675e3f672bda54270f8d7f5415f9374d/f3ef383a36bd0e85e9826e35831981e58754ca14 --- automatic/mongodb.install/mongodb.install.json | 4 ++-- automatic/mongodb.install/mongodb.install.nuspec | 4 ++-- automatic/mongodb.install/tools/chocolateyInstall.ps1 | 4 ++-- automatic/mongodb.portable/mongodb.portable.json | 4 ++-- automatic/mongodb.portable/mongodb.portable.nuspec | 4 ++-- automatic/mongodb.portable/tools/chocolateyInstall.ps1 | 4 ++-- automatic/mongodb/mongodb.json | 4 ++-- automatic/mongodb/mongodb.nuspec | 6 +++--- automatic/vlc-nightly/legal/VERIFICATION.txt | 6 +++--- automatic/vlc-nightly/vlc-nightly.json | 2 +- automatic/vlc-nightly/vlc-nightly.nuspec | 2 +- 11 files changed, 22 insertions(+), 22 deletions(-) diff --git a/automatic/mongodb.install/mongodb.install.json b/automatic/mongodb.install/mongodb.install.json index f3a42e197..2c633cc5e 100644 --- a/automatic/mongodb.install/mongodb.install.json +++ b/automatic/mongodb.install/mongodb.install.json @@ -1,6 +1,6 @@ { "4.4-rc": "4.4.18-rc0", - "4.4": "4.4.17", + "4.4": "4.4.18", "4.9-rc": "4.9.0-rc1", "5.0-rc": "5.0.14-rc0", "5.0": "5.0.13", @@ -11,7 +11,7 @@ "5.3-rc": "5.3.2-rc2", "5.3": "5.3.2", "6.0-rc": "6.0.3-rc2", - "6.0": "6.0.2", + "6.0": "6.0.3", "6.1-rc": "6.1.0-rc4", "6.1": "6.1.0" } diff --git a/automatic/mongodb.install/mongodb.install.nuspec b/automatic/mongodb.install/mongodb.install.nuspec index efa373a58..9322cb7f9 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.14-rc0 + 6.0.3 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.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 fa7f26802..8907c8898 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.14-rc0-signed.msi' -$checksum64 = '4846b3b476e0b93bdeef046b3a71604b431e5b591908b317b64023c45784dd6a' +$url64 = 'https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-6.0.3-signed.msi' +$checksum64 = '6557ae0360747d348aefdf30d1360f577804c446579c2012e0b04e5ec2489c49' $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 f3a42e197..2c633cc5e 100644 --- a/automatic/mongodb.portable/mongodb.portable.json +++ b/automatic/mongodb.portable/mongodb.portable.json @@ -1,6 +1,6 @@ { "4.4-rc": "4.4.18-rc0", - "4.4": "4.4.17", + "4.4": "4.4.18", "4.9-rc": "4.9.0-rc1", "5.0-rc": "5.0.14-rc0", "5.0": "5.0.13", @@ -11,7 +11,7 @@ "5.3-rc": "5.3.2-rc2", "5.3": "5.3.2", "6.0-rc": "6.0.3-rc2", - "6.0": "6.0.2", + "6.0": "6.0.3", "6.1-rc": "6.1.0-rc4", "6.1": "6.1.0" } diff --git a/automatic/mongodb.portable/mongodb.portable.nuspec b/automatic/mongodb.portable/mongodb.portable.nuspec index 6afa0b096..e432fd218 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.14-rc0 + 6.0.3 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.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 659acd4e3..760fc2616 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.14-rc0.zip' -$checksum64 = 'f66db964aaf7f46a83056b489468ea7f294889cf6b08bbb86bb8382fd927c55b' +$url64 = 'https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-6.0.3.zip' +$checksum64 = 'f3c5a3942416149bee543b12c56cbc8a93961f29e2b56ccf6a0aec9a009d67f0' $checksumType64 = 'sha256' $binRoot = Get-ToolsLocation diff --git a/automatic/mongodb/mongodb.json b/automatic/mongodb/mongodb.json index f3a42e197..2c633cc5e 100644 --- a/automatic/mongodb/mongodb.json +++ b/automatic/mongodb/mongodb.json @@ -1,6 +1,6 @@ { "4.4-rc": "4.4.18-rc0", - "4.4": "4.4.17", + "4.4": "4.4.18", "4.9-rc": "4.9.0-rc1", "5.0-rc": "5.0.14-rc0", "5.0": "5.0.13", @@ -11,7 +11,7 @@ "5.3-rc": "5.3.2-rc2", "5.3": "5.3.2", "6.0-rc": "6.0.3-rc2", - "6.0": "6.0.2", + "6.0": "6.0.3", "6.1-rc": "6.1.0-rc4", "6.1": "6.1.0" } diff --git a/automatic/mongodb/mongodb.nuspec b/automatic/mongodb/mongodb.nuspec index 12c335613..0908ac7f1 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.14-rc0 + 6.0.3 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.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. - + diff --git a/automatic/vlc-nightly/legal/VERIFICATION.txt b/automatic/vlc-nightly/legal/VERIFICATION.txt index 1a3344443..4ac7e0ed5 100644 --- a/automatic/vlc-nightly/legal/VERIFICATION.txt +++ b/automatic/vlc-nightly/legal/VERIFICATION.txt @@ -7,7 +7,7 @@ Package can be verified like this: 1. Go to - x64: https://artifacts.videolan.org/vlc/nightly-win64/20221114-0428/vlc-4.0.0-dev-win64-e3eed4fc.exe + x64: https://artifacts.videolan.org/vlc-3.0/nightly-win64/20221115-0220/vlc-3.0.18-win64-638a07db.exe to download the installer. @@ -15,11 +15,11 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum64: 520B0F10B28373DB23AC0CB6F3334D934030B71D7FE94541FF84D7B2369835BC + checksum64: F09ACA40DB2653B11477054C3643401B464675CBD3DAFDAD3F000E63A99BA3D4 Using AU: - Get-RemoteChecksum https://artifacts.videolan.org/vlc/nightly-win64/20221114-0428/vlc-4.0.0-dev-win64-e3eed4fc.exe + Get-RemoteChecksum https://artifacts.videolan.org/vlc-3.0/nightly-win64/20221115-0220/vlc-3.0.18-win64-638a07db.exe File 'LICENSE.txt' obtained from: https://git.videolan.org/?p=vlc.git;a=blob_plain;f=COPYING;hb=HEAD diff --git a/automatic/vlc-nightly/vlc-nightly.json b/automatic/vlc-nightly/vlc-nightly.json index 478e8e05f..f04fda436 100644 --- a/automatic/vlc-nightly/vlc-nightly.json +++ b/automatic/vlc-nightly/vlc-nightly.json @@ -1,4 +1,4 @@ { - "3.0": "3.0.18.20221114", + "3.0": "3.0.18.20221115", "4.0": "4.0.0.20221114" } diff --git a/automatic/vlc-nightly/vlc-nightly.nuspec b/automatic/vlc-nightly/vlc-nightly.nuspec index 93305ac9e..689458b4d 100644 --- a/automatic/vlc-nightly/vlc-nightly.nuspec +++ b/automatic/vlc-nightly/vlc-nightly.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 4.0.0.20221114 + 3.0.18.20221115 Maurice Kevenaar