From 5e7938de340a651cd9a241df53df74cd27f9b1dd Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Tue, 20 Dec 2022 00:14:17 +0000 Subject: [PATCH] AU: 3 updated - chromium selenium-chromium-edge-driver vim [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/3bef2cc1a155d34b0766570b722ffd24684d48d6 --- automatic/chromium/chromium.json | 2 +- automatic/chromium/chromium.nuspec | 2 +- automatic/chromium/legal/VERIFICATION.txt | 8 ++++---- automatic/chromium/tools/chocolateyInstall.ps1 | 2 +- .../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 +- 9 files changed, 19 insertions(+), 19 deletions(-) diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 202b176243a..e0058a4475b 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "111.0.5487.0-snapshots", + "snapshots": "111.0.5488.0-snapshots", "stable": "108.0.5359.125" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 2db089d0a92..6c580e3852d 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 111.0.5487.0-snapshots + 111.0.5488.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 8ba0f84334f..a22cfca41f2 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: 35EE7C94F6BD336B16EF43FE5B8818A20FADE0EE79DA299CC42E785AF754DFB6 - checksum64: 1D8E4A37A0D997A75541C72C28AE70D9BC3698F85CEC72913F00DB2E2F585FA0 + checksum32: 46356F006E81EFF96A7E3051F50274E05A4C125EB6C928B8DDBC6A1630784CF2 + checksum64: 47C69B73A5CCA069CCBF5D3D83619B95E2647578851AEBB8BEE10043FC04262A The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index fd51f121752..8ef0aa1ea55 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 = "111.0.5487.0-snapshots" +$version = "111.0.5488.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string 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 fc6e1eccd85..3df54a4be7d 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 - 108.0.1462.42 + 108.0.1462.54 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 2fe2e28cbac..58a89bae046 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/108.0.1462.42/edgedriver_win32.zip' - url64 = 'https://msedgedriver.azureedge.net/108.0.1462.42/edgedriver_win64.zip' - checksum = '7250bceb4274b2cf8c9c57843726414a8be9709641d60a8776a76707d394eb3f' - checksum64 = '4199108d328d11361a4c7957cc199f447ec7f36fff7c4016e025c8da2cececd4' + url = 'https://msedgedriver.azureedge.net/108.0.1462.54/edgedriver_win32.zip' + url64 = 'https://msedgedriver.azureedge.net/108.0.1462.54/edgedriver_win64.zip' + checksum = 'ee2d62baefbe30edb680180e151fb7bb83d9a0f15c1a59c019a1b7360076cc9a' + checksum64 = '009e201cd3fe9af671a42cd0c3383fc2ff7f79d9c80e12442e640ae450b0e5a1' checksumType = 'sha256' checksumType64 = 'sha256' unzipLocation = $seleniumDir diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index 778519b38a7..7daed53de24 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: 205DDE07E2DD279951A5C4E8EFEEE0ACA053A18896F61423965224C1FFA700F1 - checksum64: 68F3A73DB8F6EAD9AFCFF375958ED972CA11031A9DCBEF127D27F9CABBF83048 + checksum32: 2AD6EAD6230DC360E00C7A2A5050F43F2F3942CFEEA815B9C144399A0899175A + checksum64: E12196480F56C60109A322500707465BF1A48791D39D1F6D25796B1B4C53EB9C diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 41b7eb14297..4ca041afc70 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.1075_x86.zip" - file64 = "$toolsDir\gvim_9.0.1075_x64.zip" + file = "$toolsDir\gvim_9.0.1082_x86.zip" + file64 = "$toolsDir\gvim_9.0.1082_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index de3be8d7c49..80d55603133 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 9.0.1075 + 9.0.1082 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.