Skip to content

Commit

Permalink
AU: 2 updated - selenium-chromium-edge-driver vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jan 26, 2023
1 parent d0332e8 commit 6c7ae51
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>selenium-chromium-edge-driver</id>
<!-- Do not touch the version, it will be updated automatically during the update check -->
<version>109.0.1518.61</version>
<version>109.0.1518.69</version>
<title>Selenium Chromium Edge Driver</title>
<authors>Chromium and Microsoft teams</authors>
<owners>chocolatey-community,agabrys,laurin1,AdmiringWorm</owners>
Expand Down
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
Expand Up @@ -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: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1240/gvim_9.0.1240_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1240/gvim_9.0.1240_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1245/gvim_9.0.1245_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1245/gvim_9.0.1245_x64.zip>
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
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Expand Up @@ -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 = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>9.0.1240</version>
<version>9.0.1245</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>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.</summary>
Expand Down

0 comments on commit 6c7ae51

Please sign in to comment.