aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMatti Schneider2013-08-09 16:28:12 +0200
committerAdam Vandenberg2013-08-09 08:44:07 -0700
commit5eddb97b19e65de9c74c214ca38573a25210c189 (patch)
tree735db9a715048026f3b5102e8711dbc71383277e /Library/Formula
parentda4f5d9fcb8d7ad380d9f8b3f8b5a898db0f476b (diff)
downloadhomebrew-5eddb97b19e65de9c74c214ca38573a25210c189.tar.bz2
selenium-server-standalone 2.34
Closes #21776. Signed-off-by: Adam Vandenberg <flangy@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 cb660ad26..c74242096 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.33.0.jar'
- sha1 '1eeb43187fb8550a91cf4a270ca9ac8553156bcf'
+ url 'http://selenium.googlecode.com/files/selenium-server-standalone-2.34.0.jar'
+ sha1 '27b6173d12081f479efe1da59d568255c34869f0'
def install
prefix.install "selenium-server-standalone-#{version}.jar"