aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/chromedriver.rb
blob: 22d1f83ed123fbc42c3a775b91c592ded01f3a98 (plain)
1
2
3
4
5
6
7
8
9
10
11
require 'formula'

class Chromedriver < Formula
  homepage 'http://code.google.com/p/chromedriver/'
  url 'https://chromedriver.googlecode.com/files/chromedriver_mac32_2.3.zip'
  sha1 '6c89e33dbafc6f8a19ff62035fad545dda212271'

  def install
    bin.install 'chromedriver'
  end
end