From fd31dbf6b8eabcfab689e81d70415bb3e6ab3c08 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Thu, 5 Oct 2023 00:14:59 +0000 Subject: [PATCH] AU: 6 updated - googlechromebeta nexus-repository selenium-chromium-edge-driver vim vscode vscode.install [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/271f53568b6c1b38ea9196165ad31d03d1f0b602 --- automatic/googlechromebeta/googlechromebeta.nuspec | 2 +- automatic/googlechromebeta/tools/chocolateyInstall.ps1 | 6 +++--- automatic/nexus-repository/nexus-repository.nuspec | 2 +- automatic/nexus-repository/tools/chocolateyinstall.ps1 | 6 +++--- .../selenium-chromium-edge-driver.nuspec | 2 +- .../tools/chocolateyinstall.ps1 | 8 ++++---- automatic/vim/legal/VERIFICATION.txt | 8 ++++---- automatic/vim/tools/chocolateyinstall.ps1 | 4 ++-- automatic/vim/vim.nuspec | 2 +- automatic/vscode.install/tools/ChocolateyInstall.ps1 | 10 +++++----- automatic/vscode.install/vscode.install.nuspec | 2 +- automatic/vscode/vscode.nuspec | 4 ++-- 12 files changed, 28 insertions(+), 28 deletions(-) diff --git a/automatic/googlechromebeta/googlechromebeta.nuspec b/automatic/googlechromebeta/googlechromebeta.nuspec index 9eed8ec7ee9..2fc213ea2f2 100644 --- a/automatic/googlechromebeta/googlechromebeta.nuspec +++ b/automatic/googlechromebeta/googlechromebeta.nuspec @@ -3,7 +3,7 @@ googlechromebeta - 118.0.5993.32-beta + 118.0.5993.54-beta Google Chrome Beta chocolatey-community,nsleigh Google LLC. diff --git a/automatic/googlechromebeta/tools/chocolateyInstall.ps1 b/automatic/googlechromebeta/tools/chocolateyInstall.ps1 index 06e493d5f34..44d4e1a6e6d 100644 --- a/automatic/googlechromebeta/tools/chocolateyInstall.ps1 +++ b/automatic/googlechromebeta/tools/chocolateyInstall.ps1 @@ -1,7 +1,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition . $toolsPath\helpers.ps1 -$version = '118.0.5993.32-beta' +$version = '118.0.5993.54-beta' if ($version -eq (Get-ChromeBetaVersion)) { Write-Host "Google Chrome Beta $version is already installed." return @@ -12,8 +12,8 @@ $packageArgs = @{ fileType = 'MSI' url = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise.msi' url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise64.msi' - checksum = 'b97f46c23e885b383bd3a6221e1d8a5416fdb20cf400931cfbbd5f308a60f58f' - checksum64 = '38671d09bc4208b53892a57b3351871aac230efc34ed63d69ab7a216428413e9' + checksum = '556012aed60d4d1b9155d3ad28e3a721aab1ed8ac0e268da61f18cd7e1542953' + checksum64 = '38b834d4b63aa67ca121082e96de860e16cc33d7549281f764be2275f43a4df0' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" diff --git a/automatic/nexus-repository/nexus-repository.nuspec b/automatic/nexus-repository/nexus-repository.nuspec index 7905d490e82..d06158e45cf 100644 --- a/automatic/nexus-repository/nexus-repository.nuspec +++ b/automatic/nexus-repository/nexus-repository.nuspec @@ -3,7 +3,7 @@ nexus-repository Nexus Repository OSS - 3.60.0.02 + 3.61.0.02 Sonatype chocolatey-community,DarwinJS Free open source version of popular Nexus Repository for binary artifacts including first class Nuget support. diff --git a/automatic/nexus-repository/tools/chocolateyinstall.ps1 b/automatic/nexus-repository/tools/chocolateyinstall.ps1 index fba8d5a361d..62f1a8a141b 100644 --- a/automatic/nexus-repository/tools/chocolateyinstall.ps1 +++ b/automatic/nexus-repository/tools/chocolateyinstall.ps1 @@ -6,7 +6,7 @@ if (Get-OSArchitectureWidth 32) { throw "Sonatype Nexus Repository 3.0 and greater only supports 64-bit Windows." } -$Version = '3.60.0-02' +$Version = '3.61.0-02' $NexusVersionedFolder = "nexus-$Version" $TargetFolder = "$env:ProgramData\nexus" $ExtractFolder = "$env:TEMP\NexusExtract" @@ -55,8 +55,8 @@ if (Test-Path "$ExtractFolder") { $PackageArgs = @{ packageName = $env:ChocolateyPackageName unzipLocation = $ExtractFolder - url64 = 'https://sonatype-download.global.ssl.fastly.net/repository/downloads-prod-group/3/nexus-3.60.0-02-win64.zip' - checksum64 = '1fb1831e097c6dcfd7b78ad5913013e3ab25fb21dd14c9c7ff871fb6e358d081' + url64 = 'https://sonatype-download.global.ssl.fastly.net/repository/downloads-prod-group/3/nexus-3.61.0-02-win64.zip' + checksum64 = 'ea0aac881f3219d34ee6fd714fc6a65d69777e692a332a05b5a37f0021a360b7' checksumType64 = 'SHA256' } diff --git a/automatic/selenium-chromium-edge-driver/selenium-chromium-edge-driver.nuspec b/automatic/selenium-chromium-edge-driver/selenium-chromium-edge-driver.nuspec index 68bbd3550d5..c7475afe31c 100644 --- a/automatic/selenium-chromium-edge-driver/selenium-chromium-edge-driver.nuspec +++ b/automatic/selenium-chromium-edge-driver/selenium-chromium-edge-driver.nuspec @@ -3,7 +3,7 @@ selenium-chromium-edge-driver - 117.0.2045.47 + 117.0.2045.55 Selenium Chromium Edge Driver Chromium and Microsoft teams chocolatey-community,agabrys,laurin1,AdmiringWorm diff --git a/automatic/selenium-chromium-edge-driver/tools/chocolateyinstall.ps1 b/automatic/selenium-chromium-edge-driver/tools/chocolateyinstall.ps1 index c918fac1d9e..5b0c29534b0 100644 --- a/automatic/selenium-chromium-edge-driver/tools/chocolateyinstall.ps1 +++ b/automatic/selenium-chromium-edge-driver/tools/chocolateyinstall.ps1 @@ -7,10 +7,10 @@ $parameters = Get-PackageParameters $packageArgs = @{ packageName = 'selenium-chromium-edge-driver' - url = 'https://msedgedriver.azureedge.net/117.0.2045.47/edgedriver_win32.zip' - url64 = 'https://msedgedriver.azureedge.net/117.0.2045.47/edgedriver_win64.zip' - checksum = '7cde61741d4af72cf878081d8efb8203ce0decf17d1dca405723aa208e38107b' - checksum64 = 'a5067f4f235fb018737800245a114d73222eccba87b213d4135398efc6abb0c0' + url = 'https://msedgedriver.azureedge.net/117.0.2045.55/edgedriver_win32.zip' + url64 = 'https://msedgedriver.azureedge.net/117.0.2045.55/edgedriver_win64.zip' + checksum = '969649123d5de9932e632f303880d4402f2ba80dda3bc049dfecfbd547e03d42' + checksum64 = '4b965940b588b721e8b341b13396f306e5c8d9ca02be7f982e0ed0b6904365ce' checksumType = 'sha256' checksumType64 = 'sha256' unzipLocation = $seleniumDir diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index 5494ed5a0f8..a5c992a7af1 100644 --- a/automatic/vim/legal/VERIFICATION.txt +++ b/automatic/vim/legal/VERIFICATION.txt @@ -5,11 +5,11 @@ in verifying that this package's contents are trustworthy. The embedded software have been downloaded from GitHub and can be verified like this: 1. Download the following zips: - 32-Bit: - 64-Bit: + 32-Bit: + 64-Bit: 2. You can use one of the following methods to obtain the SHA256 checksum: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum32: BACB7A873560613B994DD9A3BBE727B90ACBAA9CC82BDD286C234F57309E6CFC - checksum64: F2FF970604A6D4B0AEE611276804C9D11F3CD93DF704AE9C9E5F398CF1DE1360 + checksum32: 6FDF352B7B1AEF7DD4705A07D99AF93208B4AF528C961462710A37A0E49C2FAB + checksum64: 3ECED87C70DC52C5917D872323871942E486BDFA959A8A8C4298CDC89B3EFF82 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 24c9cfb8bee..bd76840e156 100644 --- a/automatic/vim/tools/chocolateyinstall.ps1 +++ b/automatic/vim/tools/chocolateyinstall.ps1 @@ -9,8 +9,8 @@ $installDir = Get-InstallDir $packageArgs = @{ packageName = $env:ChocolateyPackageName unzipLocation = $installDir - file = "$toolsDir\gvim_9.0.1976_x86.zip" - file64 = "$toolsDir\gvim_9.0.1976_x64.zip" + file = "$toolsDir\gvim_9.0.1984_x86.zip" + file64 = "$toolsDir\gvim_9.0.1984_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 9e42e7645e4..6175fe96137 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 9.0.1976 + 9.0.1984 Bram Moolenaar, Vim Community chocolatey-community, Rob Reynolds Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. It's useful whether you're already using vi or using a different editor. diff --git a/automatic/vscode.install/tools/ChocolateyInstall.ps1 b/automatic/vscode.install/tools/ChocolateyInstall.ps1 index 98a5540cd1c..6f5df8f377f 100644 --- a/automatic/vscode.install/tools/ChocolateyInstall.ps1 +++ b/automatic/vscode.install/tools/ChocolateyInstall.ps1 @@ -4,7 +4,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition . $toolsPath\helpers.ps1 $softwareName = 'Microsoft Visual Studio Code' -$version = '1.82.3' +$version = '1.83.0' if ($version -eq (Get-UninstallRegistryKey "$softwareName").DisplayVersion) { Write-Host "VS Code $version is already installed." return @@ -16,14 +16,14 @@ Close-VSCode $packageArgs = @{ packageName = 'vscode.install' fileType = 'exe' - url = 'https://update.code.visualstudio.com/1.82.3/win32/stable' - url64bit = 'https://update.code.visualstudio.com/1.82.3/win32-x64/stable' + url = 'https://update.code.visualstudio.com/1.83.0/win32/stable' + url64bit = 'https://update.code.visualstudio.com/1.83.0/win32-x64/stable' softwareName = "$softwareName" - checksum = '31b55f6e3cd23850a4931a0270e9efb89b9344b40e3320ef860d7d3e3f54c957' + checksum = '052b4d25d9ed1e237e4dc58ec3280f16619930227f7f5ec51a898ef0dbcf3e75' checksumType = 'sha256' - checksum64 = 'b704f7647e0efb2ce8d264e3c75846b11d07491ae6b1d9d140b8d02803b3d9fc' + checksum64 = '507269bb0e9806243088815af19a6aff9a9f18907d88c1a6368f9cba758b0da2' checksumType64 = 'sha256' silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation) diff --git a/automatic/vscode.install/vscode.install.nuspec b/automatic/vscode.install/vscode.install.nuspec index 9d992bd70a4..86002470202 100644 --- a/automatic/vscode.install/vscode.install.nuspec +++ b/automatic/vscode.install/vscode.install.nuspec @@ -4,7 +4,7 @@ vscode.install Visual Studio Code (Install) - 1.82.3 + 1.83.0 Microsoft chocolatey-community https://code.visualstudio.com diff --git a/automatic/vscode/vscode.nuspec b/automatic/vscode/vscode.nuspec index c783121ec8c..7b43031563e 100644 --- a/automatic/vscode/vscode.nuspec +++ b/automatic/vscode/vscode.nuspec @@ -4,7 +4,7 @@ vscode Visual Studio Code - 1.82.3 + 1.83.0 Microsoft chocolatey-community https://code.visualstudio.com @@ -45,7 +45,7 @@ Example: `choco install vscode --params "/NoDesktopIcon /DontAddToPath"` ]]> microsoft visualstudiocode vscode development editor ide javascript typescript admin foss cross-platform - + https://code.visualstudio.com/Updates