Skip to content

Commit

Permalink
AU: 3 updated - selenium-chromium-edge-driver tor-browser vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Sep 30, 2023
1 parent d2717cf commit 552e438
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
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>117.0.2045.43</version>
<version>117.0.2045.47</version>
<title>Selenium Chromium Edge Driver</title>
<authors>Chromium and Microsoft teams</authors>
<owners>chocolatey-community,agabrys,laurin1,AdmiringWorm</owners>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ $parameters = Get-PackageParameters

$packageArgs = @{
packageName = 'selenium-chromium-edge-driver'
url = 'https://msedgedriver.azureedge.net/117.0.2045.43/edgedriver_win32.zip'
url64 = 'https://msedgedriver.azureedge.net/117.0.2045.43/edgedriver_win64.zip'
checksum = '209c524491bf804b9e930d1b6afec535c4f9bd73f131faa3a7303472263fad07'
checksum64 = '670a58eed8c8e9e95250210bf4f458ed61f51d4d903dd7337e0d0126db27fa9f'
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'
checksumType = 'sha256'
checksumType64 = 'sha256'
unzipLocation = $seleniumDir
Expand Down
8 changes: 4 additions & 4 deletions automatic/tor-browser/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ $destinationFolder = GetInstallDirectory -toolsPath $toolsDir
$packageArgs = @{
PackageName = 'tor-browser'
FileType = 'exe'
Url = 'https://www.torproject.org/dist/torbrowser/12.5.5/torbrowser-install-12.5.5_ALL.exe'
Url64 = 'https://www.torproject.org/dist/torbrowser/12.5.5/torbrowser-install-win64-12.5.5_ALL.exe'
Checksum = 'c0f24e344d86da1ccd09e8babae2325c0c5276540ee929e2d612cb7cf9635194'
Checksum64 = '2fe10fecda13e85bdfd14ccb775a249f059a234cbbc81f87e6f0e9801cb83dde'
Url = 'https://www.torproject.org/dist/torbrowser/12.5.6/torbrowser-install-12.5.6_ALL.exe'
Url64 = 'https://www.torproject.org/dist/torbrowser/12.5.6/torbrowser-install-win64-12.5.6_ALL.exe'
Checksum = 'e939c0994619047fabedc43dbfc82be63413ab0a5bc777a4b8ad67d3dde2e974'
Checksum64 = '88c33af6f1963eb94683be1fecfada36d17546579098372dcad61ae2137ad7b3'
ChecksumType = 'sha256'
SilentArgs = "/S","/D=$destinationFolder"
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/tor-browser/tor-browser.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>tor-browser</id>
<version>12.5.5</version>
<version>12.5.6</version>
<title>Tor Browser</title>
<owners>chocolatey-community</owners>
<authors>Tor Project</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
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.1950/gvim_9.0.1950_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1950/gvim_9.0.1950_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1959/gvim_9.0.1959_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1959/gvim_9.0.1959_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: 30B906DABFAB77975E16FCBAC9F5F1E64F384619B89EAE2EA8AAA71C9A7E189E
checksum64: 0941E1DDF16703E25E86AC85C308FC5B9C85C2D49709683C9A37876A99F7CDF9
checksum32: E95E78C974FEB58AAB2801AD8ED49219556F268C929A372BAA2D1E4C8C71258F
checksum64: DC4AFB31F6F3F3B7B0AE995E730179807FCEA871F2B41148791BA084C4F86C41
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_9.0.1950_x86.zip"
file64 = "$toolsDir\gvim_9.0.1950_x64.zip"
file = "$toolsDir\gvim_9.0.1959_x86.zip"
file64 = "$toolsDir\gvim_9.0.1959_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>9.0.1950</version>
<version>9.0.1959</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 552e438

Please sign in to comment.