homebrew-core/Formula/chromedriver.rb
David Goodlad d6b68f9951 chromedriver 19.0.1068
Closes Homebrew/homebrew#11157.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-22 18:59:27 -05:00

11 lines
288 B
Ruby

require 'formula'
class Chromedriver < Formula
homepage 'http://code.google.com/p/chromedriver/'
url 'http://chromedriver.googlecode.com/files/chromedriver_mac_19.0.1068.0.zip'
sha1 '4a7448555dc61f900c5144d26afbfe99749433de'
def install
bin.install 'chromedriver'
end
end