Skip to content

Commit

Permalink
AU: 5 updated - chromium selenium-chrome-driver smartftp vscode-insid…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Apr 5, 2023
1 parent 7cf7139 commit 9cc497a
Show file tree
Hide file tree
Showing 12 changed files with 26 additions and 25 deletions.
4 changes: 2 additions & 2 deletions automatic/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "114.0.5696.0-snapshots",
"stable": "111.0.5563.147"
"snapshots": "114.0.5697.0-snapshots",
"stable": "112.0.5615.50"
}
4 changes: 2 additions & 2 deletions automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>114.0.5696.0-snapshots</version>
<title>Chromium Snapshots</title>
<version>112.0.5615.50</version>
<title>Chromium</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
<projectUrl>http://www.chromium.org/Home</projectUrl>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
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/1126211/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1126176/mini_installer.exe>
32-Bit software: <https://github.com/Hibbiki/chromium-win32/releases/download/v109.0.5414.120-r1070088/mini_installer.sync.exe>
64-Bit software: <https://github.com/Hibbiki/chromium-win64/releases/download/v112.0.5615.50-r1109224/mini_installer.sync.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: C39D99A3394177C63A2EC62E93428F22DCFEF84FB048BCAD1F10A86A5E05FE14
checksum64: E75E9FACD21ECD2E86DF5FD515B8DB2D319168C0D21B8649B59C8E42DB921F5F
checksum32: C1AABD6EEF38D759BBD92CA9516353D88C463A1E8389A875B4D12D53DB467F98
checksum64: 54797B50AFBF0397595984BDB8228FE52B7331C3EB1581D447B397F037F9B204

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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "114.0.5696.0-snapshots"
$version = "112.0.5615.50"
$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
Original file line number Diff line number Diff line change
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=112.0.5615.28/>
location on <https://chromedriver.storage.googleapis.com/index.html?path=112.0.5615.49/>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://chromedriver.storage.googleapis.com/112.0.5615.28/chromedriver_win32.zip>
32-Bit software: <https://chromedriver.storage.googleapis.com/112.0.5615.49/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: 0B19DDF77DA29B391BDACAB4883E39B97277B08B7C8C759A4E713D1EBF3D6AAE
checksum32: 9B8B7ABF017B870A52EC798D569AC035E7B3FF10F65CA548AE779DBD25EFE76B

File 'LICENSE.txt' is obtained from: https://source.chromium.org/chromium/chromium/src/+/main:LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"109": "109.0.5414.74",
"110": "110.0.5481.77",
"111": "111.0.5563.64",
"112": "112.0.5615.28"
"112": "112.0.5615.49"
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>selenium-chrome-driver</id>
<version>112.0.5615.28</version>
<version>112.0.5615.49</version>
<title>Selenium Chrome Driver</title>
<authors>Chromium and WebDriver teams</authors>
<owners>chocolatey-community,AdmiringWorm,agabrys</owners>
Expand Down Expand Up @@ -31,9 +31,10 @@ 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 112.0.5615.28 (2023-03-16)---------
<releaseNotes>---------ChromeDriver 112.0.5615.49 (2023-04-05)---------
Supports Chrome version 112
Resolved issue 4357: Chromedriver version 110.0.5481.77 session issue with --headless and --user-data-dir options. [Pri-1]
Resolved issue 3517: Enable print feature for non-headless [Pri-]
Resolved issue 4419: Large overhead on Speedometer when using chromedriver [Pri-3]
</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
2 changes: 1 addition & 1 deletion automatic/smartftp/smartftp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>smartftp</id>
<title>SmartFTP</title>
<owners>chocolatey-community</owners>
<version>10.0.3084.0</version>
<version>10.0.3085.0</version>
<authors>SmartSoft</authors>
<summary>FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Telnet, Terminal client.</summary>
<description><![CDATA[SmartFTP is a fast and reliable FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Backblaze B2, Telnet, Terminal client with lots of features and a modern user interface.
Expand Down
2 changes: 1 addition & 1 deletion automatic/smartftp/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $packageArgs = @{
url = 'https://www.smartftp.com/get/SmartFTP86.msi'
url64bit = 'https://www.smartftp.com/get/SmartFTP64.msi'
checksum = '8d885003aa204d160b3cfab01f7f686126dddc0e25d171ec7dd14bf3b369e85e'
checksum64 = 'cd074eb90de9d1944b362863836693f8c7b9be665c100caa6074671b7febac5f'
checksum64 = '6ae7fda64878018a3bbacbc6fe136ad3f13bcf508cb05c81445f70d84832d70c'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
Expand Down
8 changes: 4 additions & 4 deletions automatic/vscode-insiders.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ function Get-MergeTasks {
$packageArgs = @{
packageName = "$env:ChocolateyPackageName"
fileType = 'exe'
url = 'https://az764295.vo.msecnd.net/insider/d317fbf2970b8f28bd7c59f545c59532cd5b293c/VSCodeSetup-ia32-1.78.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/d317fbf2970b8f28bd7c59f545c59532cd5b293c/VSCodeSetup-x64-1.78.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/8f74fbfd1f2d8f6268a42df131726b218aafe511/VSCodeSetup-ia32-1.78.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/8f74fbfd1f2d8f6268a42df131726b218aafe511/VSCodeSetup-x64-1.78.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = '423c3412bb560acb2fa4c422ba482ea4dd75512d9003ca2ff9ecc762bba8b21bf59a78312a3ce899ff37b07876034ee670aab57536167fa30faea1c8fa8425cd'
checksum = 'f17385ef70540423f801fb6ee032a4d2a2da68b8d760d77efd10c32c5d1ebda33c9c7f3b9fd89efbac9da48c189cb347e2a364fdbecb2489bce2cbc0cd5b7410'
checksumType = 'sha512'
checksum64 = '58dfbd926ac9a03c9faccdbcba875b95c604574cad8c9466663ce08b1d11c959e3eae9992fc0e67cc4acf23e0d49134c9953ff859d65933f9535dd0c5c88ece5'
checksum64 = '807fbf7379fafc10a943663ace458d85c0743bb6ff7de08cebfc8295fafc6ec94f3e3381c7ff3b2ef079f5be52e0fcaef3ec9d5e3f417db2965fcbd9e4e827ff'
checksumType64 = 'sha512'

silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders.install</id>
<title>Visual Studio Code Insiders (Install)</title>
<version>1.78.0.20230404</version>
<version>1.78.0.20230405</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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders</id>
<title>Visual Studio Code Insiders</title>
<version>1.78.0.20230404</version>
<version>1.78.0.20230405</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.78.0.20230404]" />
<dependency id="vscode-insiders.install" version="[1.78.0.20230405]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit 9cc497a

Please sign in to comment.