chromedriver 19.0.1068
Closes Homebrew/homebrew#11157. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
69b40d325f
commit
d6b68f9951
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
require 'formula'
|
||||
|
||||
class Chromedriver < Formula
|
||||
url 'http://chromium.googlecode.com/files/chromedriver_mac_18.0.995.0.zip'
|
||||
homepage 'http://code.google.com/p/selenium/wiki/ChromeDriver'
|
||||
sha1 '5ff64a13d56ad6b95a2c9d430f357d72064a6d7d'
|
||||
homepage 'http://code.google.com/p/chromedriver/'
|
||||
url 'http://chromedriver.googlecode.com/files/chromedriver_mac_19.0.1068.0.zip'
|
||||
sha1 '4a7448555dc61f900c5144d26afbfe99749433de'
|
||||
|
||||
def install
|
||||
bin.install 'chromedriver'
|
||||
|
|
Loading…
Reference in a new issue