diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/chromedriver.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/chromedriver.rb b/Library/Formula/chromedriver.rb index 22d1f83ed..e836f0678 100644 --- a/Library/Formula/chromedriver.rb +++ b/Library/Formula/chromedriver.rb @@ -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' |
