diff options
| author | Tushar Ranka | 2012-06-21 09:11:50 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-06-21 19:49:50 -0700 |
| commit | 14bad1ad306b5a283cd9c88f13bb628aa8e93f24 (patch) | |
| tree | 25c2684467313e6fed9a419319c933caa550616c /Library/Formula | |
| parent | ed3b678bbdbec68d3cd76f44f61c1fa5e7e4f18d (diff) | |
| download | homebrew-14bad1ad306b5a283cd9c88f13bb628aa8e93f24.tar.bz2 | |
selenium-server-standalone 2.24.1
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 0932d8328..81c399d5c 100644 --- a/Library/Formula/selenium-server-standalone.rb +++ b/Library/Formula/selenium-server-standalone.rb @@ -1,9 +1,9 @@ require 'formula' class SeleniumServerStandalone < Formula - url 'http://selenium.googlecode.com/files/selenium-server-standalone-2.21.0.jar' homepage 'http://seleniumhq.org/' - sha1 '04faa9b9cc78c8fcc1f098fd8cdf1960e13d8d7d' + url 'http://selenium.googlecode.com/files/selenium-server-standalone-2.24.1.jar' + sha1 '0900f523cf1b7982e3206c5a7b3ec28cb2d32fbb' def install prefix.install "selenium-server-standalone-#{version}.jar" |
