homebrew-core/Formula/chromedriver.rb
Joe Grund 23c62879a2 chromedriver 2.4
Closes Homebrew/homebrew#22992.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-10-02 14:33:44 +01:00

11 lines
284 B
Ruby

require 'formula'
class Chromedriver < Formula
homepage 'http://code.google.com/p/chromedriver/'
url 'http://chromedriver.storage.googleapis.com/2.4/chromedriver_mac32.zip'
sha1 'b78a808c083fe17215069c9d0ff0e6b6455d8964'
def install
bin.install 'chromedriver'
end
end