diff options
| author | Daniel Trebbien | 2013-12-09 19:34:25 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2013-12-09 19:35:12 -0800 |
| commit | b27acfd67ee67133a775c187344f582af8add4d2 (patch) | |
| tree | f2b6aff9b92c235f0ac95b420b780ae7bebdb83c /Library/Formula/selenium-server-standalone.rb | |
| parent | d56ebd103c2d9caa4ca8f24d662b4eab58019373 (diff) | |
| download | homebrew-b27acfd67ee67133a775c187344f582af8add4d2.tar.bz2 | |
selenium-server-standalone 2.38.0
Closes #25096.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/selenium-server-standalone.rb')
| -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 07ad32d73..245ae784c 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.37.0.jar' - sha1 'fe8b7fcad6925b6d1c916e68850469e8ba67a6f9' + url 'http://selenium.googlecode.com/files/selenium-server-standalone-2.38.0.jar' + sha1 'c717aea5c601fe657825db280b4788ee97b34f97' def install prefix.install "selenium-server-standalone-#{version}.jar" |
