homebrew-core/Formula/chromedriver.rb
Jason Morrison 4b9621d93b chromedriver 2.6
Release notes: http://chromedriver.storage.googleapis.com/2.6/notes.txt

Closes Homebrew/homebrew#24002.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-11-05 20:54:06 +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.6/chromedriver_mac32.zip'
sha1 '4643652d403961dd9a9a1980eb1a06bf8b6e9bad'
version '2.6'
def install
bin.install 'chromedriver'
end
end