Skip to content

Commit

Permalink
AU: 2 updated - chromium selenium-gecko-driver
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed May 6, 2022
1 parent 20d3ace commit 45f6a7e
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 21 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": "103.0.5046.0-snapshots",
"snapshots": "103.0.5047.0-snapshots",
"stable": "101.0.4951.54"
}
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>103.0.5046.0-snapshots</version>
<version>103.0.5047.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/1000083/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1000083/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1000287/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1000286/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: 4EB924363496CFEBF8954661D691A37D9F8AAB32E698ADE9ED501DB32DDD6F04
checksum64: D9F7A92D38BFE4716C3D1EAC070974732B3CBCDABCCCFFEB436502622BBB2873
checksum32: 45DB1A918B7C48FCB88D2AD72FBC8DE237048CEE7430662CCBDF4B0C257B8E3D
checksum64: 6FBDAF008D29DF8381EA38FF38C31AE201781454D87449DF8BA80A6CECDADA51

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 = "103.0.5046.0-snapshots"
$version = "103.0.5047.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
10 changes: 5 additions & 5 deletions automatic/selenium-gecko-driver/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ 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 <https://github.com/mozilla/geckodriver/releases/tag/v0.31.0>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <>
64-Bit software: <>
32-Bit software: <https://github.com/mozilla/geckodriver/releases/download/v0.31.0/geckodriver-v0.31.0-win32.zip>
64-Bit software: <https://github.com/mozilla/geckodriver/releases/download/v0.31.0/geckodriver-v0.31.0-win64.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: 5B7E0B9218CD07D380D894B773A4A835FAD01EA7B5C7BD49B6D48B31415626A7
checksum64: 47FE48B55E7F22AF62598543A1D5BA69B5AA0D3E6589B66B9360F009351165A0
checksum32: 030A0175ADD4B06BB51852CE1E5A93A7EE6E0D4FAC6E9B3C017DC6CF3F6B6F6C
checksum64: D4BBEC9457DC1130F9D580DE012D17DBEADBB378D5C3E37419E6AD8C1C958CBB

File 'LICENSE.txt' is obtained from: https://www.mozilla.org/media/MPL/2.0/index.48a3fe23ed13.txt
which is mentioned in their GitHub repository to be the correct license here: https://github.com/mozilla/geckodriver#source-code
19 changes: 12 additions & 7 deletions automatic/selenium-gecko-driver/selenium-gecko-driver.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,38 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>selenium-gecko-driver</id>
<version>0.30.0</version>
<version>0.31.0</version>
<title>Selenium Gecko Driver</title>
<authors>Mozilla</authors>
<owners>chocolatey-community,hans0</owners>
<licenseUrl>https://www.mozilla.org/en-US/MPL/2.0/</licenseUrl>
<projectUrl>https://github.com/mozilla/geckodriver</projectUrl>
<projectSourceUrl>https://hg.mozilla.org/mozilla-central/file/tip/testing/geckodriver</projectSourceUrl>
<iconUrl>https://upload.wikimedia.org/wikipedia/fr/2/22/Mozillagecko-logo.gif</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@a4ed7c4e9a3f07f9ba961ae9c368fc3da3734ff5/icons/selenium-gecko-driver.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>Proxy for using W3C WebDriver-compatible clients to interact with Gecko-based browsers.
<description><![CDATA[Proxy for using W3C WebDriver-compatible clients to interact with Gecko-based browsers.
This program provides the HTTP API described by the WebDriver protocol (http://w3c.github.io/webdriver/webdriver-spec.html#protocol) to communicate with Gecko browsers, such as Firefox.
It translates calls into the Marionette (https://developer.mozilla.org/en-US/docs/Mozilla/QA/Marionette) automation protocol by acting as a proxy between the local- and remote ends.
geckodriver.exe file is located in &lt;Get-ToolsLocation&gt;/selenium directory.
geckodriver.exe file is located in Get-ToolsLocation»/selenium` directory (on default installations this will be `C:\tools\selenium`).
#### Package Parameters
### Package Parameters
The following package parameters can be set:
* `/SkipShim` - informs that the shim file should not be generated
To pass parameters, use `--params "''"` (e.g. `choco install selenium-gecko-driver [other options] --params="'/SkipShim'"`).</description>
To pass parameters, use `--params "''"` (e.g. `choco install selenium-gecko-driver [other options] --params="'/SkipShim'"`).
### 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>
<summary>Proxy for using W3C WebDriver-compatible clients to interact with Gecko-based browsers.</summary>
<releaseNotes>https://searchfox.org/mozilla-central/source/testing/geckodriver/CHANGES.md</releaseNotes>
<copyright>Mozilla. All Rights Reserved.</copyright>
<tags>selenium-gecko-driver webdriver testing web-applications foss cross-platform selenium</tags>
<packageSourceUrl>https://github.com/hansnull/chocolatey-selenium-gecko-driver-package</packageSourceUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/selenium-gecko-driver</packageSourceUrl>
<docsUrl>https://firefox-source-docs.mozilla.org/testing/geckodriver/</docsUrl>
<bugTrackerUrl>https://github.com/mozilla/geckodriver/issues</bugTrackerUrl>
</metadata>
Expand Down
4 changes: 2 additions & 2 deletions automatic/selenium-gecko-driver/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ $packageArgs = @{
packageName = 'selenium-gecko-driver'
softwareName = "Gecko WebDriver"

file = "$toolsDir\"
file64 = "$toolsDir\"
file = "$toolsDir\geckodriver-v0.31.0-win32.zip"
file64 = "$toolsDir\geckodriver-v0.31.0-win64.zip"
destination = $seleniumDir
}

Expand Down

0 comments on commit 45f6a7e

Please sign in to comment.