chromedriver 2.10
Closes Homebrew/homebrew#28931. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
ed288161ae
commit
0a461e1275
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.9/chromedriver_mac32.zip'
|
||||
sha1 '16553f51a165dd202e842b99675ca6e5e1eb2a69'
|
||||
version '2.9'
|
||||
url 'http://chromedriver.storage.googleapis.com/2.10/chromedriver_mac32.zip'
|
||||
sha256 'fc412529600693430a17434652e1b765b2bd61f20a829b626d752a7b7d237c56'
|
||||
version '2.10'
|
||||
|
||||
def install
|
||||
bin.install 'chromedriver'
|
||||
|
|
Loading…
Reference in a new issue