aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2015-01-12 20:31:09 -0500
committerJack Nagel2015-01-12 20:32:09 -0500
commit8c01a48bca19faa8befca228678517e384a97de2 (patch)
treeeead77ecc37821f772116e01a7967b9b22480797
parent217ed388c6bedceeabd93539d4d16343cf05b66a (diff)
downloadhomebrew-8c01a48bca19faa8befca228678517e384a97de2.tar.bz2
selenium-server 2.44.0
This is a jar install so it doesn't need to be bottled. Closes #35699.
-rw-r--r--Library/Formula/selenium-server-standalone.rb12
1 files changed, 2 insertions, 10 deletions
diff --git a/Library/Formula/selenium-server-standalone.rb b/Library/Formula/selenium-server-standalone.rb
index 3e74bab7a..1d664ac8d 100644
--- a/Library/Formula/selenium-server-standalone.rb
+++ b/Library/Formula/selenium-server-standalone.rb
@@ -1,15 +1,7 @@
-require "formula"
-
class SeleniumServerStandalone < Formula
homepage "http://seleniumhq.org/"
- 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
+ url "http://selenium-release.storage.googleapis.com/2.44/selenium-server-standalone-2.44.0.jar"
+ sha1 "deb2a8d4f6b5da90fd38d1915459ced2e53eb201"
def install
libexec.install "selenium-server-standalone-#{version}.jar"