homebrew-core/Formula/chromedriver.rb
aimee daniells 9e064b72a5 Selenium chrome driver 14.0.813.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-12 18:40:44 -07:00

12 lines
328 B
Ruby

require 'formula'
class Chromedriver < Formula
version '14.0.813.0'
url 'http://chromium.googlecode.com/files/chromedriver_mac_14.0.813.0.zip'
homepage 'http://seleniumhq.wordpress.com/2011/07/07/new-chromedriver/'
sha1 'b5f375000cb1e292cbe35966550075f9f28d50e5'
def install
bin.install 'chromedriver'
end
end