aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/chromedriver.rb
blob: aff9a0828589f29dc9804bc3713dc840e88365ec (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 'http://chromedriver.googlecode.com/files/chromedriver_mac_20.0.1133.0.zip'
  sha1 '00013555f4383dee3308d180eb868ca27e865179'

  def install
    bin.install 'chromedriver'
  end
end