From 6c7ae5151f0885e70cce1258f60fb5c6c5d64834 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Thu, 26 Jan 2023 06:14:08 +0000 Subject: [PATCH] AU: 2 updated - selenium-chromium-edge-driver vim [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/f628372637a620c386db89bc48dbd12c0a2375e2 --- .../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 +- 5 files changed, 12 insertions(+), 12 deletions(-) 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 dabaf54b28e..4f248c058cc 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 - 109.0.1518.61 + 109.0.1518.69 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 9c4c6d1893d..f3e9eb1df21 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/109.0.1518.61/edgedriver_win32.zip' - url64 = 'https://msedgedriver.azureedge.net/109.0.1518.61/edgedriver_win64.zip' - checksum = 'c978bb638af012b490b7087107fab985eea8c8f6996c2cfb804bbf62e6df3681' - checksum64 = 'f04fa6f3dfc545c7799229022b12e4245f1fc5c99a471cec5efca02a210b0d56' + url = 'https://msedgedriver.azureedge.net/109.0.1518.69/edgedriver_win32.zip' + url64 = 'https://msedgedriver.azureedge.net/109.0.1518.69/edgedriver_win64.zip' + checksum = '3ced2bba5971989a97315589666590d02dffffce6e3bccfe7c49712f4af4d23f' + checksum64 = 'f91c5f6efde183f6da6ecf39e42778fc985d928f46676503f108caea70875e80' checksumType = 'sha256' checksumType64 = 'sha256' unzipLocation = $seleniumDir diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index 5238cdbd1ed..4f0ab4add75 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: 8F0BDD71F40BE95B4BCC582B9B6BF0C642B9AB31F36088443A267AF326DECB68 - checksum64: 4C4D77936AEC136CABD0C6C1E09DEA47A11CEA4B221ADAACCD14343FA7CE6C43 + checksum32: BB0E9B96BFA01B6BCA9E88FF238CEC343B24E666DBEAF30F4B3B1ECB078027D2 + checksum64: 77BB8AA7BFD870FFCEC882AF4766884C888093376D39D3BC6943FB6AF54337B7 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 38dd9b30737..d8cef0d095c 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.1240_x86.zip" - file64 = "$toolsDir\gvim_9.0.1240_x64.zip" + file = "$toolsDir\gvim_9.0.1245_x86.zip" + file64 = "$toolsDir\gvim_9.0.1245_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index c110dfacbc4..17a3ae7d6f3 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 9.0.1240 + 9.0.1245 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.