diff options
| author | Paul Kmiec | 2014-09-15 22:50:05 -0700 | 
|---|---|---|
| committer | Mike McQuaid | 2014-09-16 10:13:38 +0100 | 
| commit | 466e83f7c5c919a91b5ec3bd3e47b1af585f1e86 (patch) | |
| tree | 2be6e8a93912f9ef996ebc8109aa1206d1309515 | |
| parent | 92695e7d189214a4970f236fe7a40c1a44086156 (diff) | |
| download | homebrew-466e83f7c5c919a91b5ec3bd3e47b1af585f1e86.tar.bz2 | |
selenium-server-standalone 2.43.0
Update to 2.43.0
Closes #32327.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -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 64da8a355..eccd03a2b 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-release.storage.googleapis.com/2.42/selenium-server-standalone-2.42.2.jar" -  sha1 "921005b6628821c9a29de6358917a82d1e3dfa94" +  url "http://selenium-release.storage.googleapis.com/2.43/selenium-server-standalone-2.43.0.jar" +  sha1 "f4574198fe7c4712b1730f91238de46c631e37fe"    def install      libexec.install "selenium-server-standalone-#{version}.jar" | 
