homebrew-core/Formula/chromedriver.rb
Andriy Yurchuk b16c1b8925 chromedriver 2.8
Closes Homebrew/homebrew#25421.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-12-24 09:01:45 +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.8/chromedriver_mac32.zip'
sha1 'b44d4666d00531f9edc5f1e89534a789fb4ec162'
version '2.8'
def install
bin.install 'chromedriver'
end
end