diff options
| author | Brett Koonce | 2012-07-29 17:06:26 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2012-07-29 15:36:43 -0700 |
| commit | 5dbd2bbe424fcf9671b2514b3e708c692b47c441 (patch) | |
| tree | 3607ac0cde075dff9e3e4504c3962474bcae175d /Library | |
| parent | 5ef8c972900164477bd1a24f7b5c6c1c689876f7 (diff) | |
| download | homebrew-5dbd2bbe424fcf9671b2514b3e708c692b47c441.tar.bz2 | |
selenium-server-standalone 2.25.0
Closes #13738.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -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 81c399d5c..d6376bceb 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.24.1.jar' - sha1 '0900f523cf1b7982e3206c5a7b3ec28cb2d32fbb' + url 'http://selenium.googlecode.com/files/selenium-server-standalone-2.25.0.jar' + sha1 '8e2b23874a6d3316079cf606ce7f75d221305934' def install prefix.install "selenium-server-standalone-#{version}.jar" |
