aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/chromedriver.rb
blob: 642e0bcb2b546d8d1034676c580e44f6141d4111 (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_mac_23.0.1240.0.zip'
  sha1 '20a21cca0a4f0a1e25ee88e1f0bd53acbdba4cc6'

  def install
    bin.install 'chromedriver'
  end
end