diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/chromedriver.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/chromedriver.rb b/Library/Formula/chromedriver.rb index 3060f4ead..f9dd10e5e 100644 --- a/Library/Formula/chromedriver.rb +++ b/Library/Formula/chromedriver.rb @@ -2,9 +2,9 @@ require 'formula' class Chromedriver < Formula homepage 'http://code.google.com/p/chromedriver/' - url 'http://chromedriver.storage.googleapis.com/2.11/chromedriver_mac32.zip' - sha256 '5abe6c42cef691ae594fd385dad8c22ff73a8a91d54854dbb6a5ceed670ab570' - version '2.11' + url 'http://chromedriver.storage.googleapis.com/2.12/chromedriver_mac32.zip' + sha256 'f93464dd4e57f7d59601e9ab92ad0770493f9ea00b69ddba8da3886c35852d4b' + version '2.12' def install bin.install 'chromedriver' |
