aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrewTestBot2014-09-27 19:18:57 +0100
committerBrett Koonce2014-09-27 11:36:04 -0700
commit53b75989a8a4198b4d05863a21ba6526f9533536 (patch)
tree8808c618a8afad4365fad0d9215d03ba48ebd1d4
parent2582538e814bce69675493ed2c9240ca35e22617 (diff)
downloadhomebrew-53b75989a8a4198b4d05863a21ba6526f9533536.tar.bz2
selenium-server-standalone: add 2.43.1 bottle.
-rw-r--r--Library/Formula/selenium-server-standalone.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/selenium-server-standalone.rb b/Library/Formula/selenium-server-standalone.rb
index 581e36b42..931f46108 100644
--- a/Library/Formula/selenium-server-standalone.rb
+++ b/Library/Formula/selenium-server-standalone.rb
@@ -5,6 +5,12 @@ class SeleniumServerStandalone < Formula
url "http://selenium-release.storage.googleapis.com/2.43/selenium-server-standalone-2.43.1.jar"
sha1 "ef1b5f8ae9c99332f99ba8794988a1d5b974d27b"
+ bottle do
+ sha1 "fa420b238130adea8407329e2b459a79eaa939dc" => :mavericks
+ sha1 "b0ac2d1411b63c50639be91da20b898d8c7de53f" => :mountain_lion
+ sha1 "dc9029c9028d18460fdd9c7e0ba296f05e5acd00" => :lion
+ end
+
def install
libexec.install "selenium-server-standalone-#{version}.jar"
bin.write_jar_script libexec/"selenium-server-standalone-#{version}.jar", "selenium-server"