From 1095fe26446ca800f33c208e6b8289ffe3461afb Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Wed, 12 Oct 2022 00:15:18 +0000 Subject: [PATCH] AU: 5 updated - chromium GoogleChrome graphviz nuget.commandline virtualbox [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/ac46ff2af1ccb1303ccb4aa66edcbf8444fef97b --- automatic/chromium/chromium.json | 2 +- automatic/chromium/chromium.nuspec | 2 +- automatic/chromium/legal/VERIFICATION.txt | 8 ++++---- automatic/chromium/tools/chocolateyInstall.ps1 | 2 +- automatic/googlechrome/googlechrome.nuspec | 2 +- automatic/googlechrome/tools/chocolateyInstall.ps1 | 6 +++--- automatic/graphviz/graphviz.nuspec | 2 +- automatic/graphviz/legal/VERIFICATION.txt | 4 ++-- automatic/graphviz/tools/chocolateyInstall.ps1 | 2 +- automatic/nuget.commandline/legal/VERIFICATION.txt | 4 ++-- automatic/nuget.commandline/nuget.commandline.json | 13 +++++++------ .../nuget.commandline/nuget.commandline.nuspec | 2 +- automatic/virtualbox/tools/chocolateyInstall.ps1 | 12 ++++++------ automatic/virtualbox/virtualbox.json | 2 +- automatic/virtualbox/virtualbox.nuspec | 2 +- 15 files changed, 33 insertions(+), 32 deletions(-) diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 5c1a9529812..c6b51d16307 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "108.0.5354.0-snapshots", + "snapshots": "108.0.5355.0-snapshots", "stable": "106.0.5249.103" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index b86fc32d857..0320fea4fcb 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 108.0.5354.0-snapshots + 108.0.5355.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 371813cf83d..cb9857be865 100644 --- a/automatic/chromium/legal/VERIFICATION.txt +++ b/automatic/chromium/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ location on (the listed mirrors and can be verified by doing the following: 1. Download the following: - 32-Bit software: - 64-Bit software: + 32-Bit software: + 64-Bit software: 2. Get the checksum using one of the following methods: - Using powershell function 'Get-FileHash' - Use chocolatey utility 'checksum.exe' 3. The checksums should match the following: checksum type: sha256 - checksum32: 652BA9A09E474F1C9304E8246D192A1147BB498F7466CC3CF711EF0A5E579150 - checksum64: 451985F3597C3A169C53CEA8EC912439C3D42E7D74E7FB851A731048029DE491 + checksum32: F3A7E55618784170506FAFD3C5F0B7F5ED7226DA7991C05E32212A901544E3A8 + checksum64: 7C031BA833BD5777577FA1A7AEC5C3EDD6ACF83AF5228C37AB52DCB127B3C4A5 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index e50acf7f8de..cc106ff86b0 100644 --- a/automatic/chromium/tools/chocolateyInstall.ps1 +++ b/automatic/chromium/tools/chocolateyInstall.ps1 @@ -2,7 +2,7 @@ $scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition) . (Join-Path $scriptDir 'helper.ps1') -$version = "108.0.5354.0-snapshots" +$version = "108.0.5355.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string diff --git a/automatic/googlechrome/googlechrome.nuspec b/automatic/googlechrome/googlechrome.nuspec index 232a50a450d..b70600d2dbd 100644 --- a/automatic/googlechrome/googlechrome.nuspec +++ b/automatic/googlechrome/googlechrome.nuspec @@ -3,7 +3,7 @@ GoogleChrome - 106.0.5249.103 + 106.0.5249.119 Google Chrome chocolatey-community Google Inc. diff --git a/automatic/googlechrome/tools/chocolateyInstall.ps1 b/automatic/googlechrome/tools/chocolateyInstall.ps1 index c543eefcc29..a01775fa311 100644 --- a/automatic/googlechrome/tools/chocolateyInstall.ps1 +++ b/automatic/googlechrome/tools/chocolateyInstall.ps1 @@ -1,7 +1,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition . $toolsPath\helpers.ps1 -$version = '106.0.5249.103' +$version = '106.0.5249.119' if ($version -eq (Get-ChromeVersion)) { Write-Host "Google Chrome $version is already installed." return @@ -12,8 +12,8 @@ $packageArgs = @{ fileType = 'MSI' url = 'https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise.msi' url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise64.msi' - checksum = '0cdcb2b73b3e8c4c2b49a0d7d28dd15b7b13844014dd200eecb86015d443541f' - checksum64 = '70b3320b72f7db7d833213771bd512348daee6e1938de8535c793115ba01bf35' + checksum = 'c17a0e7c02696ac19c582dcdd68828cf4e8c379746d921bab3c8ca9955399dda' + checksum64 = 'f388d363a166463a655c88419c9ad13f1b0412e93b5a1e3ea8763d8fc8338b4c' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" diff --git a/automatic/graphviz/graphviz.nuspec b/automatic/graphviz/graphviz.nuspec index 75dabc9c892..5be6b22696c 100644 --- a/automatic/graphviz/graphviz.nuspec +++ b/automatic/graphviz/graphviz.nuspec @@ -2,7 +2,7 @@ graphviz - 6.0.1 + 6.0.2 Graphviz Arif Bilgin, graphviz committers chocolatey, Jason Denizac, Friedrich von Never diff --git a/automatic/graphviz/legal/VERIFICATION.txt b/automatic/graphviz/legal/VERIFICATION.txt index c2acabb68ff..834b19c4de9 100644 --- a/automatic/graphviz/legal/VERIFICATION.txt +++ b/automatic/graphviz/legal/VERIFICATION.txt @@ -7,7 +7,7 @@ Package can be verified like this: 1. Go to - x64: https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/6.0.1/windows_10_cmake_Release_graphviz-install-6.0.1-win64.exe + x64: https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/6.0.2/windows_10_cmake_Release_graphviz-install-6.0.2-win64.exe to download the installer. @@ -15,7 +15,7 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum64: 438A6EF1267AA5650F7511D455031ED191D1DEBDA072C1604E325DE01425CD1B + checksum64: FE5881C55C0C3F7986F26F86269B53322C770B1C67D90149C6B3A86421C70D83 File 'license.txt' is a copy of file 'share\license.rtf' obtained from the installation directory diff --git a/automatic/graphviz/tools/chocolateyInstall.ps1 b/automatic/graphviz/tools/chocolateyInstall.ps1 index 678cbd72c52..2c8b70fa78b 100644 --- a/automatic/graphviz/tools/chocolateyInstall.ps1 +++ b/automatic/graphviz/tools/chocolateyInstall.ps1 @@ -5,7 +5,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition $packageArgs = @{ packageName = 'graphviz' fileType = 'exe' - file64 = "$toolsPath\graphviz-6.0.1 (64-bit) EXE installer.exe" + file64 = "$toolsPath\graphviz-6.0.2 (64-bit) EXE installer.exe" silentArgs = '/S' validExitCodes = @(0) softwareName = 'Graphviz*' diff --git a/automatic/nuget.commandline/legal/VERIFICATION.txt b/automatic/nuget.commandline/legal/VERIFICATION.txt index 46d30d0b694..a5a8f2f9ceb 100644 --- a/automatic/nuget.commandline/legal/VERIFICATION.txt +++ b/automatic/nuget.commandline/legal/VERIFICATION.txt @@ -6,7 +6,7 @@ The embedded software have been downloaded from the software authors website located at and can be verified by doing the following: -1. Download the following +1. Download the following 2. Extract the downloaded nupkg file by using one of the following methods - Use the 7z utility: '7z.exe' - Using the powershell function 'Expand-Archive' @@ -16,6 +16,6 @@ and can be verified by doing the following: 4. The checksums should match the following: checksum type: sha256 - checksum: 38257F945B3662F5C81D646F2CD940365642E2C4941B34C0E5AE3F4281F9BD2D + checksum: 046632DFCF4C78787A396C2A55E070808592FF1EDED9340E645991E7A4DC5CC4 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/nuget.commandline/nuget.commandline.json b/automatic/nuget.commandline/nuget.commandline.json index fda00f79796..63f5214d7c7 100644 --- a/automatic/nuget.commandline/nuget.commandline.json +++ b/automatic/nuget.commandline/nuget.commandline.json @@ -1,5 +1,5 @@ { - "stable": "6.3.0", + "stable": "6.3.1", "pre": "5.1.0-preview3", "3.2": "3.2.0", "3.4": "3.4.4", @@ -10,15 +10,16 @@ "4.6": "4.6.4", "4.7": "4.7.3", "4.8": "4.8.2", - "4.9": "4.9.5", + "4.9": "4.9.6", "5.4": "5.4.0", "5.5": "5.5.1", "5.6": "5.6.0", - "5.7": "5.7.2", + "5.7": "5.7.3", "5.8": "5.8.1", "5.10": "5.10.0", - "5.11": "5.11.2", + "5.11": "5.11.3", "5.2": "5.2.1", - "5.9": "5.9.2", - "6.0": "6.0.2" + "5.9": "5.9.3", + "6.0": "6.0.3", + "6.2": "6.2.2" } diff --git a/automatic/nuget.commandline/nuget.commandline.nuspec b/automatic/nuget.commandline/nuget.commandline.nuspec index ba1a54a8c48..487bca6b39e 100644 --- a/automatic/nuget.commandline/nuget.commandline.nuspec +++ b/automatic/nuget.commandline/nuget.commandline.nuspec @@ -5,7 +5,7 @@ nuget.commandline Nuget.CommandLine - 6.3.0 + 6.3.1 Microsoft chocolatey-community, nuget-mirror NuGet is the package manager for the Microsoft development platforms diff --git a/automatic/virtualbox/tools/chocolateyInstall.ps1 b/automatic/virtualbox/tools/chocolateyInstall.ps1 index 402a395caca..5033be661d5 100644 --- a/automatic/virtualbox/tools/chocolateyInstall.ps1 +++ b/automatic/virtualbox/tools/chocolateyInstall.ps1 @@ -19,10 +19,10 @@ $silentArgs += if ($pp.NoRegister) { 'VBOX_REGISTERFILEEXTENSIONS=0'; $packageArgs = @{ packageName = 'virtualbox' fileType = 'EXE' - url = 'https://download.virtualbox.org/virtualbox/7.0.0/VirtualBox-7.0.0-153978-Win.exe' - url64bit = 'https://download.virtualbox.org/virtualbox/7.0.0/VirtualBox-7.0.0-153978-Win.exe' - checksum = 'cc686543c9c386ff964ef84a5d23135e9bde2fe7efecd116d72e53f9749e0068' - checksum64 = 'cc686543c9c386ff964ef84a5d23135e9bde2fe7efecd116d72e53f9749e0068' + url = 'https://download.virtualbox.org/virtualbox/6.1.40/VirtualBox-6.1.40-154048-Win.exe' + url64bit = 'https://download.virtualbox.org/virtualbox/6.1.40/VirtualBox-6.1.40-154048-Win.exe' + checksum = 'd805bce302279414d0f35234c0fd2504053ce3c19668ab4670a52a662bd77240' + checksum64 = 'd805bce302279414d0f35234c0fd2504053ce3c19668ab4670a52a662bd77240' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = $silentArgs @@ -39,8 +39,8 @@ if ($pp.ExtensionPack) { Write-Host "Installing extension pack" Write-Warning "*** THIS IS A COMMERCIAL EXTENSION AND CAN INCURE SIGNIFICANT FINANCIAL COSTS ***" - $url_ep = 'https://download.virtualbox.org/virtualbox/7.0.0/Oracle_VM_VirtualBox_Extension_Pack-7.0.0.vbox-extpack' - $checksum_ep = 'e32555a2d2482c1e1126747f967742364ddfdfd49fce3107a9627780f373ffd7' + $url_ep = 'https://download.virtualbox.org/virtualbox/6.1.40/Oracle_VM_VirtualBox_Extension_Pack-6.1.40.vbox-extpack' + $checksum_ep = '29cf8410e2514ea4393f63f5e955b8311787873679fc23ae9a897fb70ef3f84a' $file_path_ep = (Get-PackageCacheLocation) + '\' + ($url_ep -split '/' | Select-Object -Last 1) Get-ChocolateyWebFile ` -PackageName 'virtualbox-extensionpack' ` diff --git a/automatic/virtualbox/virtualbox.json b/automatic/virtualbox/virtualbox.json index 389675f4fd7..cd23e51cfdf 100644 --- a/automatic/virtualbox/virtualbox.json +++ b/automatic/virtualbox/virtualbox.json @@ -7,6 +7,6 @@ "4.2": "4.2.36", "4.3": "4.3.40", "6.0": "6.0.24", - "6.1": "6.1.38", + "6.1": "6.1.40", "7.0": "7.0.0" } diff --git a/automatic/virtualbox/virtualbox.nuspec b/automatic/virtualbox/virtualbox.nuspec index a2a08e77714..e79402ff2cc 100644 --- a/automatic/virtualbox/virtualbox.nuspec +++ b/automatic/virtualbox/virtualbox.nuspec @@ -4,7 +4,7 @@ virtualbox VirtualBox - 7.0.0 + 6.1.40 Oracle Corporation chocolatey-community, Rob Reynolds, Mike Dellanoce VirtualBox is a general-purpose full virtualizer for x86 hardware, targeted at server, desktop and embedded use.