selenium-server-standalone 2.37.0

Closes Homebrew/homebrew#23485.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Benjamin Hawkes-Lewis 2013-10-23 17:01:52 +01:00 committed by Jack Nagel
parent 7e61816a1f
commit 084269aef2

View file

@ -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"