selenium-server-standalone 2.30

Closes Homebrew/homebrew#17944.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Matti Schneider 2013-02-19 14:04:37 +01:00 committed by Adam Vandenberg
parent cf8075c7d2
commit 72585089c3
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ require 'formula'
class SeleniumServerStandalone < Formula
homepage 'http://seleniumhq.org/'
url 'http://selenium.googlecode.com/files/selenium-server-standalone-2.29.0.jar'
sha1 'fe8c13da809f8c2dd0a84fd082cea3e4f0596b7e'
url 'http://selenium.googlecode.com/files/selenium-server-standalone-2.30.0.jar'
sha1 '63e78358631971ce30e260ddac0e24e5acc7c21c'
def install
prefix.install "selenium-server-standalone-#{version}.jar"