diff options
| author | Matti Schneider | 2013-06-04 14:18:55 +0200 |
|---|---|---|
| committer | Samuel John | 2013-06-04 14:28:28 +0200 |
| commit | b18d2eb58e96f2d0bc12e01c2115827c66daf0c6 (patch) | |
| tree | 543b3554051a61fa8f6d71a0f3cb5e6ea84a1905 | |
| parent | 050bf0a33648fdc7813f1cdc1c1349b91ecbc85d (diff) | |
| download | homebrew-b18d2eb58e96f2d0bc12e01c2115827c66daf0c6.tar.bz2 | |
selenium-server-standalone: 2.33
Closes #20242.
Signed-off-by: Samuel John <github@SamuelJohn.de>
| -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 9bd673fe4..cb660ad26 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.31.0.jar' - sha1 'a6562c9f5deb3cc74bce28f70d6a4d6545d3cae4' + url 'http://selenium.googlecode.com/files/selenium-server-standalone-2.33.0.jar' + sha1 '1eeb43187fb8550a91cf4a270ca9ac8553156bcf' def install prefix.install "selenium-server-standalone-#{version}.jar" |
