aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/selenium-server-standalone.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/selenium-server-standalone.rb b/Library/Formula/selenium-server-standalone.rb
index 5c14d0f98..d133af3e4 100644
--- a/Library/Formula/selenium-server-standalone.rb
+++ b/Library/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"