aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrett Koonce2014-06-22 18:36:53 -0700
committerBrett Koonce2014-06-22 23:30:10 -0700
commit2724de5f97c0124979d85e4389038d5b27ab2f87 (patch)
tree1a5b7347c479e1976de72f3ee234d6b0caeb1022
parent4caf04a330ec6f01a73d464c78ddbda8ba4077ad (diff)
downloadhomebrew-2724de5f97c0124979d85e4389038d5b27ab2f87.tar.bz2
selenium-server-standalone 2.42.2
-rw-r--r--Library/Formula/selenium-server-standalone.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/selenium-server-standalone.rb b/Library/Formula/selenium-server-standalone.rb
index 1665e3d06..64da8a355 100644
--- a/Library/Formula/selenium-server-standalone.rb
+++ b/Library/Formula/selenium-server-standalone.rb
@@ -1,9 +1,9 @@
-require 'formula'
+require "formula"
class SeleniumServerStandalone < Formula
- homepage 'http://seleniumhq.org/'
- url 'http://selenium-release.storage.googleapis.com/2.41/selenium-server-standalone-2.41.0.jar'
- sha1 '36ff5dbb6f9592d511935f65ff262f5c1a53fef8'
+ homepage "http://seleniumhq.org/"
+ url "http://selenium-release.storage.googleapis.com/2.42/selenium-server-standalone-2.42.2.jar"
+ sha1 "921005b6628821c9a29de6358917a82d1e3dfa94"
def install
libexec.install "selenium-server-standalone-#{version}.jar"