Skip to content

Commit

Permalink
AU: 4 updated - chromium selenium-chrome-driver vscode-insiders vscod…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jan 13, 2023
1 parent d52f2c5 commit 6f9fe8d
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 24 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
@@ -1,4 +1,4 @@
{
"snapshots": "111.0.5536.0-snapshots",
"snapshots": "111.0.5537.0-snapshots",
"stable": "109.0.5414.75"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>111.0.5536.0-snapshots</version>
<version>111.0.5537.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1092002/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1092023/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1092296/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1092292/mini_installer.exe>
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: D568994F38FD6F3D3AC69CAE82AFF1CA9C29BC3CCF98B6ADF7027347F364A4A4
checksum64: 68709872491F762732D412CC8B8DEDF8F413CE1011882C2B641A3EF0557C5383
checksum32: A9420ED60A54437A4FEFE8D3F798587E4CA81F6B0BC6D520E106473A98D96D99
checksum64: 0F1240C8141D09BB705225C4E4286395FDA105619ABB2D75BDB6125BFD76D6B9

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/chromium/tools/chocolateyInstall.ps1
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "111.0.5536.0-snapshots"
$version = "111.0.5537.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
6 changes: 3 additions & 3 deletions automatic/selenium-chrome-driver/legal/VERIFICATION.txt
Expand Up @@ -3,17 +3,17 @@ Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The embedded software have been downloaded from the listed download
location on <https://chromedriver.storage.googleapis.com/index.html?path=109.0.5414.74/>
location on <https://chromedriver.storage.googleapis.com/index.html?path=110.0.5481.30/>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://chromedriver.storage.googleapis.com/109.0.5414.74/chromedriver_win32.zip>
32-Bit software: <https://chromedriver.storage.googleapis.com/110.0.5481.30/chromedriver_win32.zip>
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: 858C5FB3132F77799F28F819AA4C78AC1493C190B00D1E2CDE1BC83752650F7C
checksum32: 7CE1F0417A7C84ED1370A4B2C2E2B6A5205059AABFCE22B7FC924414EAFB0CC1

File 'LICENSE.txt' is obtained from: https://source.chromium.org/chromium/chromium/src/+/main:LICENSE
3 changes: 2 additions & 1 deletion automatic/selenium-chrome-driver/selenium-chrome-driver.json
Expand Up @@ -6,5 +6,6 @@
"106": "106.0.5249.61",
"107": "107.0.5304.62",
"108": "108.0.5359.71",
"109": "109.0.5414.74"
"109": "109.0.5414.74",
"110": "110.0.5481.30"
}
14 changes: 8 additions & 6 deletions automatic/selenium-chrome-driver/selenium-chrome-driver.nuspec
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>selenium-chrome-driver</id>
<version>109.0.5414.74</version>
<version>110.0.5481.30</version>
<title>Selenium Chrome Driver</title>
<authors>Chromium and WebDriver teams</authors>
<owners>chocolatey-community,AdmiringWorm,agabrys</owners>
Expand Down Expand Up @@ -31,11 +31,13 @@ To pass parameters, use `--params "''"` (e.g. `choco install selenium-chrome-dri
- **If the package is out of date please check [Version History](#versionhistory) for the latest submitted version. If you have a question, please ask it in [Chocolatey Community Package Discussions](https://github.com/chocolatey-community/chocolatey-packages/discussions) or raise an issue on the [Chocolatey Community Packages Repository](https://github.com/chocolatey-community/chocolatey-packages/issues) if you have problems with the package. Disqus comments will generally not be responded to.**
]]></description>
<summary>Chrome Driver is a WebDriver implementation that enables programmatic automation of Chrome products for desktop platforms. It is a part of the Selenium (http://code.google.com/p/selenium) project.</summary>
<releaseNotes>---------ChromeDriver 109.0.5414.74 (2023-01-11)---------
Supports Chrome version 109
Resolved issue 4179: BiDi session must support multiple connections [Pri-]
Resolved issue 4203: Improve credits information [Pri-]
Resolved issue 4263: Crash on Meta+A [Pri-]
<releaseNotes>---------ChromeDriver 110.0.5481.30 (2023-01-13)---------
Supports Chrome version 110
Resolved issue 4193: Failed to start new session on Android 13 [Pri-]
Resolved issue 4272: WebSocket should treat code=0 as an indication of FIN [Pri-]
Resolved issue 4276: Fix connectivity issues in ChromeDriver [Pri-]
Resolved issue 4295: ChromeDriver with `"webSocketUrl": true` is racy [Pri-]
Resolved issue 4297: ChromeDriver Bidi serializes incorrectly [Pri-]
</releaseNotes>
<copyright>Chromium and WebDriver teams. All Rights Reserved.</copyright>
<tags>selenium-chrome-driver google-chrome driver webdriver testing web-applications freeware foss cross-platform</tags>
Expand Down
8 changes: 4 additions & 4 deletions automatic/vscode-insiders.install/tools/chocolateyInstall.ps1
Expand Up @@ -22,14 +22,14 @@ function Get-MergeTasks {
$packageArgs = @{
packageName = "$env:ChocolateyPackageName"
fileType = 'exe'
url = 'https://az764295.vo.msecnd.net/insider/6d40104789d03d41b8866a1e57847dae14c5cf0d/VSCodeSetup-ia32-1.75.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/6d40104789d03d41b8866a1e57847dae14c5cf0d/VSCodeSetup-x64-1.75.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/243854703b7fa371abb752ec0df7817a615a308b/VSCodeSetup-ia32-1.75.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/243854703b7fa371abb752ec0df7817a615a308b/VSCodeSetup-x64-1.75.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = 'a7e6d097b0f2cd4c6daea56c2765baef2aac53b5f3589fc6244fe71870cf9e0e1fdf6ea23b8b59d256122a278d62f75d7aaba7f142baab42365ad43f145747b8'
checksum = '0883a1f036c5bf314af227bfe0c461c5fec1969c9c7f1c5216ddbedc70b01cfbccb526aacec7054afd17b3992a2cf5fab20676f7d9e1648bc918c693117132cd'
checksumType = 'sha512'
checksum64 = '032d8c7236a1a4f749b3a316b59932bcf643aca38e68d5d9ff6dde0e92a4a3aa9e75762aed725c4e44dee35f79554268adc0651b770ca59daa229e26c6cdacf5'
checksum64 = '6fd187647a00f7d71d4d451707fe46b6266e99afe8e60da0503878404b4b8f0628d438d8eca8de0032055409571233ef418bdad1575463d2b3d4b8f671c26d95'
checksumType64 = 'sha512'

silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation)
Expand Down
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders.install</id>
<title>Visual Studio Code Insiders (Install)</title>
<version>1.75.0.20230112</version>
<version>1.75.0.20230113</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/vscode-insiders/vscode-insiders.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders</id>
<title>Visual Studio Code Insiders</title>
<version>1.75.0.20230112</version>
<version>1.75.0.20230113</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down Expand Up @@ -48,7 +48,7 @@ Example: `choco install vscode-insiders --params "/NoDesktopIcon /DontAddToPath"
]]></description>
<tags>microsoft visualstudiocode visualstudiocode-insiders vscode vscode-insiders development editor ide javascript typescript admin foss cross-platform</tags>
<dependencies>
<dependency id="vscode-insiders.install" version="[1.75.0.20230112]" />
<dependency id="vscode-insiders.install" version="[1.75.0.20230113]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit 6f9fe8d

Please sign in to comment.