From d57e7ec79f194d6c8cc1a7f087c17e144f33b22e Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Thu, 16 Mar 2023 12:15:25 +0000 Subject: [PATCH] AU: 6 updated - 360ts chromium selenium-chrome-driver spotify vscode-insiders vscode-insiders.install [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/db8e825f42522438444d8ad1d3e6640b36b9a8f8 --- automatic/360ts/360ts.json | 2 +- automatic/360ts/360ts.nuspec | 2 +- automatic/360ts/tools/chocolateyInstall.ps1 | 4 ++-- automatic/chromium/chromium.json | 2 +- automatic/chromium/chromium.nuspec | 2 +- automatic/chromium/legal/VERIFICATION.txt | 8 ++++---- automatic/chromium/tools/chocolateyInstall.ps1 | 2 +- .../selenium-chrome-driver/legal/VERIFICATION.txt | 6 +++--- .../selenium-chrome-driver.json | 3 ++- .../selenium-chrome-driver.nuspec | 12 ++++-------- automatic/spotify/info | 2 +- automatic/spotify/spotify.nuspec | 2 +- automatic/spotify/tools/ChocolateyInstall.ps1 | 2 +- .../tools/chocolateyInstall.ps1 | 8 ++++---- .../vscode-insiders.install.nuspec | 2 +- automatic/vscode-insiders/vscode-insiders.nuspec | 4 ++-- 16 files changed, 30 insertions(+), 33 deletions(-) diff --git a/automatic/360ts/360ts.json b/automatic/360ts/360ts.json index 8daa738a6a4..4cd1bfaa2bd 100644 --- a/automatic/360ts/360ts.json +++ b/automatic/360ts/360ts.json @@ -1,4 +1,4 @@ { - "ts": "10.8.0.1531", + "ts": "10.8.0.1541", "tse": "8.8.0.1119" } diff --git a/automatic/360ts/360ts.nuspec b/automatic/360ts/360ts.nuspec index 4f3d6b64c63..a63452ecf34 100644 --- a/automatic/360ts/360ts.nuspec +++ b/automatic/360ts/360ts.nuspec @@ -3,7 +3,7 @@ 360ts - 10.8.0.1531 + 10.8.0.1541 360 Total Security Qihu 360 Software chocolatey-community,adgellida diff --git a/automatic/360ts/tools/chocolateyInstall.ps1 b/automatic/360ts/tools/chocolateyInstall.ps1 index 2443ae78342..32387ddfce6 100644 --- a/automatic/360ts/tools/chocolateyInstall.ps1 +++ b/automatic/360ts/tools/chocolateyInstall.ps1 @@ -3,8 +3,8 @@ $packageArgs = @{ packageName = '360ts' fileType = 'exe' - url = 'https://free.360totalsecurity.com/totalsecurity/360TS_Setup_10.8.0.1531.exe' - checksum = 'f3566d91f92fc0b531114c7e1072ed8d489eeca5c6c349790d9e3afe18750fe3' + url = 'https://free.360totalsecurity.com/totalsecurity/360TS_Setup_10.8.0.1541.exe' + checksum = '7a35601d4455c9f825f00851030411de5a1d8a7d78676f617ce40ed048bd4d81' checksumType = 'sha256' silentArgs = '/S' validExitCodes = @(0) diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index ff54a570951..9acd656c134 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "113.0.5655.0-snapshots", + "snapshots": "113.0.5656.0-snapshots", "stable": "111.0.5563.65" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 035495e67ff..d1534a77fbe 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 113.0.5655.0-snapshots + 113.0.5656.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index d756c0d81b9..980c4162bdd 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: 351D808F085D3DE69CE0DE6F2EAEF5F74B0449D0300B7EBBB44C800772D2D81A - checksum64: BCADE8A20FD00FB6339646D32FDF543665E3F9264EA9AEFD0B11151EE202C455 + checksum32: 2B3ACFED4949BD187C4B13E395E2F7E34282CB01D96CB2FAAE6800F8AD6BA629 + checksum64: A0C28A09496EF510619C1607957710EC0EDE25E9D61F523032BF284E635E2DA0 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index c2432d5bddd..d43bdaeb6d5 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 = "113.0.5655.0-snapshots" +$version = "113.0.5656.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string diff --git a/automatic/selenium-chrome-driver/legal/VERIFICATION.txt b/automatic/selenium-chrome-driver/legal/VERIFICATION.txt index 005232d1db3..174b425fbc6 100644 --- a/automatic/selenium-chrome-driver/legal/VERIFICATION.txt +++ b/automatic/selenium-chrome-driver/legal/VERIFICATION.txt @@ -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 +location on and can be verified by doing the following: 1. Download the following: - 32-Bit software: + 32-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: 5CBCEB2F9CB909265C638CE7B42D930F086AA1866A73694DE1CAC113F8BDCBD0 + checksum32: 0B19DDF77DA29B391BDACAB4883E39B97277B08B7C8C759A4E713D1EBF3D6AAE File 'LICENSE.txt' is obtained from: https://source.chromium.org/chromium/chromium/src/+/main:LICENSE diff --git a/automatic/selenium-chrome-driver/selenium-chrome-driver.json b/automatic/selenium-chrome-driver/selenium-chrome-driver.json index f98991cb0c6..273d265d435 100644 --- a/automatic/selenium-chrome-driver/selenium-chrome-driver.json +++ b/automatic/selenium-chrome-driver/selenium-chrome-driver.json @@ -8,5 +8,6 @@ "108": "108.0.5359.71", "109": "109.0.5414.74", "110": "110.0.5481.77", - "111": "111.0.5563.64" + "111": "111.0.5563.64", + "112": "112.0.5615.28" } diff --git a/automatic/selenium-chrome-driver/selenium-chrome-driver.nuspec b/automatic/selenium-chrome-driver/selenium-chrome-driver.nuspec index f07eb54a9bd..e465537db18 100644 --- a/automatic/selenium-chrome-driver/selenium-chrome-driver.nuspec +++ b/automatic/selenium-chrome-driver/selenium-chrome-driver.nuspec @@ -2,7 +2,7 @@ selenium-chrome-driver - 111.0.5563.64 + 112.0.5615.28 Selenium Chrome Driver Chromium and WebDriver teams chocolatey-community,AdmiringWorm,agabrys @@ -31,13 +31,9 @@ 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.** ]]> 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. - ---------ChromeDriver 111.0.5563.64 (2023-03-08)--------- -Supports Chrome version 111 -Resolved issue 4216: Run ChromeDriver with custom BiDiMapper [Pri-] -Resolved issue 4300: Window handle is interoperable between Classic and BiDi [Pri-] -Resolved issue 4325: Handling of toJSON in jsonSerialize of call_function.js deviates from the standard. [Pri-] -Resolved issue 4330: DCHECK fails at DevToolsClientImpl::AddListener [Pri-] -Resolved issue 4357: ChromeDriver session issue with --headless and --user-data-dir options [Pri-1] + ---------ChromeDriver 112.0.5615.28 (2023-03-16)--------- +Supports Chrome version 112 +Resolved issue 4357: Chromedriver version 110.0.5481.77 session issue with --headless and --user-data-dir options. [Pri-1] Chromium and WebDriver teams. All Rights Reserved. selenium-chrome-driver google-chrome driver webdriver testing web-applications freeware foss cross-platform diff --git a/automatic/spotify/info b/automatic/spotify/info index b0919049fdc..6edd517c3df 100644 --- a/automatic/spotify/info +++ b/automatic/spotify/info @@ -1 +1 @@ -"0152fca8423ce363696f7fadad268faf"|1.2.6.863 +"6d45e7add2d8706cbcfb83a1bc51542f"|1.2.7.1277 diff --git a/automatic/spotify/spotify.nuspec b/automatic/spotify/spotify.nuspec index 5f1c6a33e35..c5b19e86550 100644 --- a/automatic/spotify/spotify.nuspec +++ b/automatic/spotify/spotify.nuspec @@ -3,7 +3,7 @@ spotify - 1.2.6.863 + 1.2.7.1277 Spotify Spotify http://spotify.com diff --git a/automatic/spotify/tools/ChocolateyInstall.ps1 b/automatic/spotify/tools/ChocolateyInstall.ps1 index 0b2e7371067..c9172183313 100644 --- a/automatic/spotify/tools/ChocolateyInstall.ps1 +++ b/automatic/spotify/tools/ChocolateyInstall.ps1 @@ -5,7 +5,7 @@ $arguments = @{ softwareName = 'Spotify' file = Join-Path $downloadDir $installer url = 'https://download.scdn.co/SpotifySetup.exe' - checksum = '3697318A4684D1493592B6BBCDD73F58C25D889182E30C18C46177393A3025F33CF1E4CC6F3E5B52E483CEDC1D847DBA44CAB4EF462A0406D89477C590FE89FD' + checksum = '24F39E918F7917FF1BFD97823F71AD29D3818C2EC127499DD569D6F086D9ACA1313919E8DF813451586B4D27A26A7A76A35017E685647AB601BF639B0B40E405' fileType = 'exe' checksumType = 'sha512' silentArgs = '/silent' diff --git a/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 b/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 index eaf877cbcdf..b506f08f2dd 100644 --- a/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 +++ b/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 @@ -22,14 +22,14 @@ function Get-MergeTasks { $packageArgs = @{ packageName = "$env:ChocolateyPackageName" fileType = 'exe' - url = 'https://az764295.vo.msecnd.net/insider/215351a4cf2bada6f5be0857e716e5386a21cb1b/VSCodeSetup-ia32-1.77.0-insider.exe' - url64bit = 'https://az764295.vo.msecnd.net/insider/215351a4cf2bada6f5be0857e716e5386a21cb1b/VSCodeSetup-x64-1.77.0-insider.exe' + url = 'https://az764295.vo.msecnd.net/insider/c97d5812f10c28efbcdb1fd404bc25afae873312/VSCodeSetup-ia32-1.77.0-insider.exe' + url64bit = 'https://az764295.vo.msecnd.net/insider/c97d5812f10c28efbcdb1fd404bc25afae873312/VSCodeSetup-x64-1.77.0-insider.exe' softwareName = 'Microsoft Visual Studio Code Insiders' - checksum = '86932fc620c8b60f1c42c12d548cdbddf4aae6642ad1dce0fdde80c3947784a814ce3c6e1b0d59311a40f954d4e97853fea07a9dbcbb5aef8b3b51ed73b345c1' + checksum = 'f1fa8b9e4a616ea28fafdc8ad6b59fff0af5a5faa38f4f5eaba4902f9c0aaf25f6739a3c1097cd2047e839b73276c4dc86ccd546221272b8c7523d2f46b1fc98' checksumType = 'sha512' - checksum64 = '1ea19de9ebce0381398e0b15abbd1c7197127d04cd163cba0f75ca1473ba153aa79ee18f99ff43cb902f1c9a6c5c6684888edcc1d3b1bf0cbb1af1e0a50631ee' + checksum64 = '0d63b3303f33446cf35a442a0c6516be8102071d5b6af264c1c5ded27e8ce1d51a1f6c9e8c6f143135972c7580752c0a2042f8cd3d2d753335b6878fb3f819b4' checksumType64 = 'sha512' silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation) diff --git a/automatic/vscode-insiders.install/vscode-insiders.install.nuspec b/automatic/vscode-insiders.install/vscode-insiders.install.nuspec index 82ed2d13cbb..73cf2a2e87d 100644 --- a/automatic/vscode-insiders.install/vscode-insiders.install.nuspec +++ b/automatic/vscode-insiders.install/vscode-insiders.install.nuspec @@ -4,7 +4,7 @@ vscode-insiders.install Visual Studio Code Insiders (Install) - 1.77.0.20230315 + 1.77.0.20230316 Microsoft chocolatey-community https://code.visualstudio.com/insiders diff --git a/automatic/vscode-insiders/vscode-insiders.nuspec b/automatic/vscode-insiders/vscode-insiders.nuspec index e74f55e7c1f..7a96328733a 100644 --- a/automatic/vscode-insiders/vscode-insiders.nuspec +++ b/automatic/vscode-insiders/vscode-insiders.nuspec @@ -4,7 +4,7 @@ vscode-insiders Visual Studio Code Insiders - 1.77.0.20230314 + 1.77.0.20230316 Microsoft chocolatey-community https://code.visualstudio.com/insiders @@ -48,7 +48,7 @@ Example: `choco install vscode-insiders --params "/NoDesktopIcon /DontAddToPath" ]]> microsoft visualstudiocode visualstudiocode-insiders vscode vscode-insiders development editor ide javascript typescript admin foss cross-platform - + https://code.visualstudio.com/updates/#_preview-features