aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/chromedriver.rb
blob: c2709c71e90fe88b07996ae688737b54311bbfad (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.2.zip'
  sha1 '8328d845afb2e5e124f38a2d72dbfc659c0936b0'

  def install
    bin.install 'chromedriver'
  end
end