chromedriver 2.4
Closes Homebrew/homebrew#22992. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
f1ab7caf65
commit
23c62879a2
1 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue