chromedriver 2.7
Closes Homebrew/homebrew#24735. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
80b3f924cf
commit
ca15be6ff0
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@ require 'formula'
|
|||
|
||||
class Chromedriver < Formula
|
||||
homepage 'http://code.google.com/p/chromedriver/'
|
||||
url 'http://chromedriver.storage.googleapis.com/2.6/chromedriver_mac32.zip'
|
||||
sha1 '4643652d403961dd9a9a1980eb1a06bf8b6e9bad'
|
||||
version '2.6'
|
||||
url 'http://chromedriver.storage.googleapis.com/2.7/chromedriver_mac32.zip'
|
||||
sha1 '5791a391b41e735fca0711314607e4de98aaf2dd'
|
||||
version '2.7'
|
||||
|
||||
def install
|
||||
bin.install 'chromedriver'
|
||||
|
|
Loading…
Reference in a new issue