diff options
| author | Matti Schneider | 2013-02-19 14:04:37 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2013-02-19 08:39:34 -0800 |
| commit | 9de957eafca28b380891b2d35a8b4f7dbffda3e5 (patch) | |
| tree | 22856d41ea0100b157a1082bc089a0222e8a3076 /Library/Formula | |
| parent | 81d9a410d294a64d8fac830cac50013e4660e4c5 (diff) | |
| download | homebrew-9de957eafca28b380891b2d35a8b4f7dbffda3e5.tar.bz2 | |
selenium-server-standalone 2.30
Closes #17944.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -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 d628c498a..77f041922 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.29.0.jar' - sha1 'fe8c13da809f8c2dd0a84fd082cea3e4f0596b7e' + url 'http://selenium.googlecode.com/files/selenium-server-standalone-2.30.0.jar' + sha1 '63e78358631971ce30e260ddac0e24e5acc7c21c' def install prefix.install "selenium-server-standalone-#{version}.jar" |
