selenium-server-standalone 2.37.0
Closes Homebrew/homebrew#23485. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
7e61816a1f
commit
084269aef2
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class SeleniumServerStandalone < Formula
|
||||
homepage 'http://seleniumhq.org/'
|
||||
url 'http://selenium.googlecode.com/files/selenium-server-standalone-2.35.0.jar'
|
||||
sha1 'd27ff0f4ff5c06f63ad9113f448f37e6a00147d1'
|
||||
url 'http://selenium.googlecode.com/files/selenium-server-standalone-2.37.0.jar'
|
||||
sha1 'fe8b7fcad6925b6d1c916e68850469e8ba67a6f9'
|
||||
|
||||
def install
|
||||
prefix.install "selenium-server-standalone-#{version}.jar"
|
||||
|
|
Loading…
Reference in a new issue