homebrew-core/Formula/chromedriver.rb
Umut Benzer ca15be6ff0 chromedriver 2.7
Closes Homebrew/homebrew#24735.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-11-28 12:47:51 +00:00

12 lines
300 B
Ruby

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