aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-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"