homebrew-core/Formula/chromedriver.rb
David Baumgold 7d0f3c1109 chromedriver 2.0
Closes Homebrew/homebrew#20888.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-07-09 09:48:25 -07:00

11 lines
283 B
Ruby

require 'formula'
class Chromedriver < Formula
homepage 'http://code.google.com/p/chromedriver/'
url 'https://chromedriver.googlecode.com/files/chromedriver_mac32_2.0.zip'
sha1 '9b4a090f65ac3e62c9b4d5c63a263a68e68919d9'
def install
bin.install 'chromedriver'
end
end