diff options
| author | Brett Koonce | 2013-01-01 19:24:43 -0600 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-01 19:33:35 -0800 |
| commit | c5f6d7e8e5fb0931104cec6d1492431d221e11ed (patch) | |
| tree | 9f0a9bca40474ccf146e78543ecad4f696cfc3db /Library/Formula | |
| parent | a7ddeddde45a89db7d1ac8b6ee215797e54ce948 (diff) | |
| download | homebrew-c5f6d7e8e5fb0931104cec6d1492431d221e11ed.tar.bz2 | |
selenium-server-standalone 2.28.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 c40889b23..bd23aca4f 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.25.0.jar' - sha1 '8e2b23874a6d3316079cf606ce7f75d221305934' + url 'http://selenium.googlecode.com/files/selenium-server-standalone-2.28.0.jar' + sha1 '60671de240f9a18e85297690306c6b7598a8db63' def install prefix.install "selenium-server-standalone-#{version}.jar" |
