aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/chromedriver.rb
blob: dbd9722e627fb89926531e9d560a48bac83ed5ed (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_21.0.1180.4.zip'
  sha1 'ea6f2f45c835d3413fde3a7b08e5e3e4db6dc3f9'

  def install
    bin.install 'chromedriver'
  end
end