diff options
Diffstat (limited to 'Library')
| -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 62d821ffb..8cb0477fe 100644 --- a/Library/Formula/chromedriver.rb +++ b/Library/Formula/chromedriver.rb @@ -2,9 +2,9 @@ require 'formula' class Chromedriver < Formula homepage 'https://sites.google.com/a/chromium.org/chromedriver/' - url 'http://chromedriver.storage.googleapis.com/2.12/chromedriver_mac32.zip' - sha256 'f93464dd4e57f7d59601e9ab92ad0770493f9ea00b69ddba8da3886c35852d4b' - version '2.12' + url 'http://chromedriver.storage.googleapis.com/2.13/chromedriver_mac32.zip' + sha256 '0e9e9fd10b2f9b563d6b76bffe0e5222134f14423db21e6cf7fb9bd4c6a91b30' + version '2.13' def install bin.install 'chromedriver' |
