diff options
| author | Jon Kessler | 2013-03-11 23:25:21 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-03-12 09:08:12 -0700 |
| commit | a9479fcc87de0d5fad1c8b4e03ba2d8012a69709 (patch) | |
| tree | c25a900408226e65af0cac00c30082c146d829a0 /Library | |
| parent | 0011d66bb4223be4815c2c9303c7c8b124e99b88 (diff) | |
| download | homebrew-a9479fcc87de0d5fad1c8b4e03ba2d8012a69709.tar.bz2 | |
selenium-server-standalone 2.31.0
Closes #18420.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/selenium-server-standalone.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/selenium-server-standalone.rb b/Library/Formula/selenium-server-standalone.rb index 77f041922..9bd673fe4 100644 --- a/Library/Formula/selenium-server-standalone.rb +++ b/Library/Formula/selenium-server-standalone.rb @@ -2,8 +2,8 @@ require 'formula' class SeleniumServerStandalone < Formula homepage 'http://seleniumhq.org/' - url 'http://selenium.googlecode.com/files/selenium-server-standalone-2.30.0.jar' - sha1 '63e78358631971ce30e260ddac0e24e5acc7c21c' + url 'http://selenium.googlecode.com/files/selenium-server-standalone-2.31.0.jar' + sha1 'a6562c9f5deb3cc74bce28f70d6a4d6545d3cae4' def install prefix.install "selenium-server-standalone-#{version}.jar" |
