Skip to content

Commit ad3e7a6

Browse files
authored
Selenium v3.9.1 (#14)
1 parent 292012c commit ad3e7a6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

selenium.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
33
<metadata>
44
<id>selenium</id>
5-
<version>3.9.0</version>
5+
<version>3.9.1</version>
66
<title>Selenium</title>
77
<authors>https://github.com/SeleniumHQ/selenium/blob/master/AUTHORS</authors>
88
<owners>dhoer</owners>
99
<projectUrl>http://www.seleniumhq.org/</projectUrl>
1010
<docsUrl>http://www.seleniumhq.org/docs/</docsUrl>
1111
<mailingListUrl>https://groups.google.com/forum/#!forum/selenium-users</mailingListUrl>
1212
<bugTrackerUrl>https://github.com/SeleniumHQ/selenium/issues</bugTrackerUrl>
13-
<iconUrl>https://cdn.rawgit.com/dhoer/choco-selenium/45014ecc/tools/icon.png</iconUrl>
13+
<iconUrl>https://cdn.rawgit.com/dhoer/choco-selenium/292012c2/tools/icon.png</iconUrl>
1414
<licenseUrl>https://github.com/SeleniumHQ/selenium/blob/master/LICENSE</licenseUrl>
1515
<projectSourceUrl>https://github.com/SeleniumHQ/selenium</projectSourceUrl>
1616
<packageSourceUrl>https://github.com/dhoer/choco-selenium</packageSourceUrl>
@@ -19,7 +19,7 @@
1919
<description>
2020
Installs and configures selenium standalone, hub, or node server from https://github.com/SeleniumHQ/selenium/.
2121

22-
Please [review the readme](https://github.com/dhoer/choco-selenium#selenium) before attempting to create a hub or node server.
22+
See https://github.com/dhoer/choco-selenium before attempting to create a hub or node server.
2323

2424
DISCLAIMER: This package is not part of the official Selenium project.
2525
</description>

tools/chocolateyInstall.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ $toolsDir = Split-Path $MyInvocation.MyCommand.Definition
44
. $toolsDir\helpers.ps1
55

66
$packageName = $env:ChocolateyPackageName
7-
$url = 'https://selenium-release.storage.googleapis.com/3.9/selenium-server-standalone-3.9.0.jar'
8-
$checksum = '299bb80afb216e4664bb3eab33c40039f05e6704ee1bb7623247554081005f92'
7+
$url = 'https://selenium-release.storage.googleapis.com/3.9/selenium-server-standalone-3.9.1.jar'
8+
$checksum = 'b2445dab8ee073412d90aa6483a52a6362f6b4f049b3d7c45288481577203440'
99
$checksumType = 'sha256'
1010
$toolsLocation = Get-ToolsLocation
1111
$seleniumDir = "$toolsLocation\selenium"

0 commit comments

Comments
 (0)