diff options
| author | Laurence Rowe | 2012-04-04 17:06:56 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2012-04-04 20:37:58 -0700 |
| commit | 1d3dab36e8639b482471139c4131b6e72fd97aa3 (patch) | |
| tree | 28e877da5bfa801c23d2815218fb7403dbf1c0ed /Library/Formula | |
| parent | f682c35f59e0ecdf8d042ccda65fc64e0c1d77aa (diff) | |
| download | homebrew-1d3dab36e8639b482471139c4131b6e72fd97aa3.tar.bz2 | |
selenium-server-standalone 2.20.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/selenium-server-standalone.rb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Library/Formula/selenium-server-standalone.rb b/Library/Formula/selenium-server-standalone.rb index cb585f4c5..5a53c0092 100644 --- a/Library/Formula/selenium-server-standalone.rb +++ b/Library/Formula/selenium-server-standalone.rb @@ -1,12 +1,12 @@ require 'formula' class SeleniumServerStandalone < Formula - url 'http://selenium.googlecode.com/files/selenium-server-standalone-2.16.1.jar' + url 'http://selenium.googlecode.com/files/selenium-server-standalone-2.20.0.jar' homepage 'http://seleniumhq.org/' - md5 'ce6e50d8c9114ffea5f712b93e088e5f' + sha1 '8d387cdd61e3df9134e59eec6867a0f6a7e1933d' def install - prefix.install "selenium-server-standalone-2.16.1.jar" + prefix.install "selenium-server-standalone-#{version}.jar" plist_path.write startup_plist plist_path.chmod 0644 end @@ -24,7 +24,7 @@ class SeleniumServerStandalone < Formula launchctl load -w ~/Library/LaunchAgents/#{plist_path.basename} Or start it manually with: - java -jar #{prefix}/selenium-server-standalone-2.16.1.jar -p 4444 + java -jar #{prefix}/selenium-server-standalone-#{version}.jar -p 4444 EOS end @@ -44,7 +44,7 @@ class SeleniumServerStandalone < Formula <array> <string>/usr/bin/java</string> <string>-jar</string> - <string>#{prefix}/selenium-server-standalone-2.16.1.jar</string> + <string>#{prefix}/selenium-server-standalone-#{version}.jar</string> <string>-port</string> <string>4444</string> </array> |
