Skip to content

Commit

Permalink
AU: 5 updated - chromium selenium-chrome-driver virtualbox vscode-ins…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jul 20, 2022
1 parent 541e936 commit 0b8edba
Show file tree
Hide file tree
Showing 13 changed files with 34 additions and 29 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "105.0.5191.0-snapshots",
"snapshots": "105.0.5192.0-snapshots",
"stable": "103.0.5060.114"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>105.0.5191.0-snapshots</version>
<version>105.0.5192.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
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/1025894/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1025886/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1026138/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1026139/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: 39C019E7FFE0D90230E2866FFE6DB3EA3FAECC5FC22193E92FBF165750CC24E0
checksum64: 9A164BDC1F7A3F2C40A64769AEA43C4050B50678AF85CC71A24C9E15BCBD81CB
checksum32: 8F22F006202317087A300FCC0A062A9C3821169F8DA0C13D38B4E3F1A52BC875
checksum64: 0B533D9843A99C3320AAB222ADED6E27AD9FE48B6326904672AE851D88CC7DEF

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 = "105.0.5191.0-snapshots"
$version = "105.0.5192.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
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=104.0.5112.29/>
location on <https://chromedriver.storage.googleapis.com/index.html?path=103.0.5060.134/>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://chromedriver.storage.googleapis.com/104.0.5112.29/chromedriver_win32.zip>
32-Bit software: <https://chromedriver.storage.googleapis.com/103.0.5060.134/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: FF839915AB5BF0CE1A61F8E67999A04C020A12F45E8E1453DF4F404666327CAF
checksum32: D765DFDF2AACD6435ECD4497A0FE132C7C26A180E6A03A4054ECBBEBE019F636

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
@@ -1,5 +1,5 @@
{
"102": "102.0.5005.61",
"103": "103.0.5060.53",
"103": "103.0.5060.134",
"104": "104.0.5112.29"
}
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>104.0.5112.29</version>
<version>103.0.5060.134</version>
<title>Selenium Chrome Driver</title>
<authors>Chromium and WebDriver teams</authors>
<owners>chocolatey-community,AdmiringWorm,agabrys</owners>
Expand Down Expand Up @@ -31,8 +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.**
]]></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 104.0.5112.29 (2022-07-05)---------
Supports Chrome version 104
<releaseNotes>---------ChromeDriver 103.0.5060.134 (2022-07-20)---------
Supports Chrome version 103
Resolved issue 4048: target frame detached [Pri-]
Resolved issue 4121: WebDriver command sometimes fails with "unexpected command response" [Pri-1]
</releaseNotes>
<copyright>Chromium and WebDriver teams. All Rights Reserved.</copyright>
Expand Down
12 changes: 6 additions & 6 deletions automatic/virtualbox/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ $silentArgs += if ($pp.NoRegister) { 'VBOX_REGISTERFILEEXTENSIONS=0';
$packageArgs = @{
packageName = 'virtualbox'
fileType = 'EXE'
url = 'https://download.virtualbox.org/virtualbox/6.1.34/VirtualBox-6.1.34-150636-Win.exe'
url64bit = 'https://download.virtualbox.org/virtualbox/6.1.34/VirtualBox-6.1.34-150636-Win.exe'
checksum = 'e84b0895fb0eede215a7d3b5ad2c92a2a3ed5cbc4eede2e2ee5c981eccb5f80e'
checksum64 = 'e84b0895fb0eede215a7d3b5ad2c92a2a3ed5cbc4eede2e2ee5c981eccb5f80e'
url = 'https://download.virtualbox.org/virtualbox/6.1.36/VirtualBox-6.1.36-152435-Win.exe'
url64bit = 'https://download.virtualbox.org/virtualbox/6.1.36/VirtualBox-6.1.36-152435-Win.exe'
checksum = '689e43fc3ef4909d2088a0c930a8803dcdede03fec0f0f9d9f3b19336a12bfbc'
checksum64 = '689e43fc3ef4909d2088a0c930a8803dcdede03fec0f0f9d9f3b19336a12bfbc'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = $silentArgs
Expand All @@ -39,8 +39,8 @@ if ($pp.ExtensionPack) {
Write-Host "Installing extension pack"
Write-Warning "*** THIS IS A COMMERCIAL EXTENSION AND CAN INCURE SIGNIFICANT FINANCIAL COSTS ***"

$url_ep = 'https://download.virtualbox.org/virtualbox/6.1.34/Oracle_VM_VirtualBox_Extension_Pack-6.1.34.vbox-extpack'
$checksum_ep = 'd7856f0688b6d2ed1e8bff0b367efa952068b03fa5a3a29b46db08cfd5d9a810'
$url_ep = 'https://download.virtualbox.org/virtualbox/6.1.36/Oracle_VM_VirtualBox_Extension_Pack-6.1.36.vbox-extpack'
$checksum_ep = '316e7ce8bd5d1dd1f383ad61f209bd6dd30da45c86f9e37e653b8eb6f1428956'
$file_path_ep = (Get-PackageCacheLocation) + '\' + ($url_ep -split '/' | Select-Object -Last 1)
Get-ChocolateyWebFile `
-PackageName 'virtualbox-extensionpack' `
Expand Down
2 changes: 1 addition & 1 deletion automatic/virtualbox/virtualbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"4.2": "4.2.36",
"4.3": "4.3.40",
"6.0": "6.0.24",
"6.1": "6.1.34"
"6.1": "6.1.36"
}
6 changes: 5 additions & 1 deletion automatic/virtualbox/virtualbox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>virtualbox</id>
<title>VirtualBox</title>
<version>6.1.34</version>
<version>6.1.36</version>
<authors>Oracle Corporation</authors>
<owners>chocolatey-community, Rob Reynolds, Mike Dellanoce</owners>
<summary>VirtualBox is a general-purpose full virtualizer for x86 hardware, targeted at server, desktop and embedded use.</summary>
Expand Down Expand Up @@ -36,6 +36,10 @@ Example: `choco install virtualbox --params "/NoDesktopShortcut /ExtensionPack"`
![screenshot](https://github.com/chocolatey-community/chocolatey-coreteampackages/blob/master/automatic/virtualbox/screenshot.png?raw=true)
## Notes
**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>
<projectUrl>https://www.virtualbox.org/</projectUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/virtualbox</packageSourceUrl>
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/a74adedba8fb56d14f01f7950340dab33cfeae57/VSCodeSetup-ia32-1.70.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/a74adedba8fb56d14f01f7950340dab33cfeae57/VSCodeSetup-x64-1.70.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/3da2d669a4dcf93938a262ba92f50b128ca7262a/VSCodeSetup-ia32-1.70.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/3da2d669a4dcf93938a262ba92f50b128ca7262a/VSCodeSetup-x64-1.70.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = '5f91709a92ac2e6583f4efd931126bcf92da90695d4149fbc6abf721122049312736ece1747ad300251a314a30e175b6d3ab513d8fd3a6a2b4ae0c67a2d2c0c8'
checksum = '2ba78e3ee92ca89cfd271579d229c456b44c43a492ce9f01cb31c38369aafb68f71e62433e9053b3c36b5ac8dc394047c0190507e2c968a486018cffa1b36233'
checksumType = 'sha512'
checksum64 = 'adc54185ad4fbced3ffedd05a9ddfcde2271a544264f81e62d04046460817530095620334b45fde507ece63c08800ac8da816f15f328b4847bfc68d6c2cd2b0b'
checksum64 = 'f8f328d6164934fc4a430d2886c69c7b29bf1f2943f1552597522c0de2fc1db143be1592fd4220ea4116808d124817ef8befc2fef23c1e6e899c6a441d750742'
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.70.0.20220719</version>
<version>1.70.0.20220720</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.70.0.20220719</version>
<version>1.70.0.20220720</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down Expand Up @@ -47,7 +47,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.70.0.20220719]" />
<dependency id="vscode-insiders.install" version="[1.70.0.20220720]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit 0b8edba

Please sign in to comment.