From aa5d7bc5fcf364508c0162601112993b0a8e6db4 Mon Sep 17 00:00:00 2001 From: Joe Grund Date: Tue, 11 Mar 2014 12:38:33 -0400 Subject: [PATCH] selenium-server-standalone 2.40.0 selenium-server-standalone 2.40.0 Closes Homebrew/homebrew#27428. Signed-off-by: Mike McQuaid --- Formula/selenium-server-standalone.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/selenium-server-standalone.rb b/Formula/selenium-server-standalone.rb index 5c14d0f9842..d133af3e4d1 100644 --- a/Formula/selenium-server-standalone.rb +++ b/Formula/selenium-server-standalone.rb @@ -2,8 +2,8 @@ require 'formula' class SeleniumServerStandalone < Formula homepage 'http://seleniumhq.org/' - url 'https://selenium.googlecode.com/files/selenium-server-standalone-2.39.0.jar' - sha1 'f2391600481dd285002d04b66916fc4286ff70ce' + url 'https://selenium-release.storage.googleapis.com/2.40/selenium-server-standalone-2.40.0.jar' + sha1 '165f54ca53e5eefc6f27c26ac03d18bae99a544e' def install libexec.install "selenium-server-standalone-#{version}.jar"