chromedriver 2.0
Closes Homebrew/homebrew#20888. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
1a3935947d
commit
7d0f3c1109
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_mac_26.0.1383.0.zip'
|
||||
sha1 '5aec8bccdb601a5cc0a03ba5bfe32b4ac39399a1'
|
||||
url 'https://chromedriver.googlecode.com/files/chromedriver_mac32_2.0.zip'
|
||||
sha1 '9b4a090f65ac3e62c9b4d5c63a263a68e68919d9'
|
||||
|
||||
def install
|
||||
bin.install 'chromedriver'
|
||||
|
|
Loading…
Reference in a new issue