aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrett Koonce2013-02-05 07:58:38 -0600
committerJack Nagel2013-02-05 08:48:22 -0600
commit8310868f10cb04973573739764502d4e2222740d (patch)
tree823eee20748d05ef8be50cf41e5fc5b2aeb7d0ad /Library/Formula
parenta31900cc50f0de3d048f13dcf80fe2d61cf234bb (diff)
downloadhomebrew-8310868f10cb04973573739764502d4e2222740d.tar.bz2
selenium-server-standalone 2.29.0
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-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 bd23aca4f..d628c498a 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 'http://selenium.googlecode.com/files/selenium-server-standalone-2.28.0.jar'
- sha1 '60671de240f9a18e85297690306c6b7598a8db63'
+ url 'http://selenium.googlecode.com/files/selenium-server-standalone-2.29.0.jar'
+ sha1 'fe8c13da809f8c2dd0a84fd082cea3e4f0596b7e'
def install
prefix.install "selenium-server-standalone-#{version}.jar"