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 dbd9722e6..642e0bcb2 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 'http://chromedriver.googlecode.com/files/chromedriver_mac_21.0.1180.4.zip' - sha1 'ea6f2f45c835d3413fde3a7b08e5e3e4db6dc3f9' + url 'https://chromedriver.googlecode.com/files/chromedriver_mac_23.0.1240.0.zip' + sha1 '20a21cca0a4f0a1e25ee88e1f0bd53acbdba4cc6' def install bin.install 'chromedriver' |
