homebrew-core/Formula/chromedriver.rb
Beck Linden b9efc66709 chromedriver 14.0.836.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-22 20:49:58 -07:00

11 lines
305 B
Ruby

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