diff options
| author | David M. Lee | 2012-04-17 23:05:16 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2012-04-18 07:04:41 -0700 |
| commit | 10649d7dc6d6aa9384dbc344f8897ffc3cff5638 (patch) | |
| tree | 77e795812f4ac670f19970709ce90b3f14452147 /Library/Formula | |
| parent | 03b4898bba52b6d18ee26cb6fbded1241a9db500 (diff) | |
| download | homebrew-10649d7dc6d6aa9384dbc344f8897ffc3cff5638.tar.bz2 | |
selenium-server-standalone 2.21.0
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 5a53c0092..0932d8328 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.20.0.jar' + url 'http://selenium.googlecode.com/files/selenium-server-standalone-2.21.0.jar' homepage 'http://seleniumhq.org/' - sha1 '8d387cdd61e3df9134e59eec6867a0f6a7e1933d' + sha1 '04faa9b9cc78c8fcc1f098fd8cdf1960e13d8d7d' def install prefix.install "selenium-server-standalone-#{version}.jar" |
