aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergey Tatarintsev2014-04-02 12:22:05 +0400
committerMike McQuaid2014-04-02 13:00:25 +0100
commitd1ab2cf3e466c7c95993f020d87011731cc0a97f (patch)
treec9ccaa74fc610a25e589dfc6c895a04fa95805d7
parent1069a2e3e2a73e5dae246e929d62ad39ef9a150a (diff)
downloadhomebrew-d1ab2cf3e466c7c95993f020d87011731cc0a97f.tar.bz2
selenium-server-standalone 2.41.0
Closes #28067. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
-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 79f815bcf..1665e3d06 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-release.storage.googleapis.com/2.40/selenium-server-standalone-2.40.0.jar'
- sha1 '165f54ca53e5eefc6f27c26ac03d18bae99a544e'
+ url 'http://selenium-release.storage.googleapis.com/2.41/selenium-server-standalone-2.41.0.jar'
+ sha1 '36ff5dbb6f9592d511935f65ff262f5c1a53fef8'
def install
libexec.install "selenium-server-standalone-#{version}.jar"