chromedriver 2.4

Closes Homebrew/homebrew#22992.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Joe Grund 2013-10-02 09:16:19 -04:00 committed by Mike McQuaid
parent f1ab7caf65
commit 23c62879a2

View file

@ -2,8 +2,8 @@ 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'
url 'http://chromedriver.storage.googleapis.com/2.4/chromedriver_mac32.zip'
sha1 'b78a808c083fe17215069c9d0ff0e6b6455d8964'
def install
bin.install 'chromedriver'