diff options
| author | Lee Hanxue | 2014-05-03 16:57:08 +0800 |
|---|---|---|
| committer | Adam Vandenberg | 2014-05-03 09:10:04 -0700 |
| commit | a4d134b5425f578cacf17e25de4b7cc2f576e067 (patch) | |
| tree | 04ea7906d35f0d398beec49322e227137d8be8fc /Library/Formula | |
| parent | a93ae2ee7e456c3bd8530e2a61abb0d38316b6ba (diff) | |
| download | homebrew-a4d134b5425f578cacf17e25de4b7cc2f576e067.tar.bz2 | |
chromedriver 2.10
Closes #28931.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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 3e50fda24..39df9d7a0 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.9/chromedriver_mac32.zip' - sha1 '16553f51a165dd202e842b99675ca6e5e1eb2a69' - version '2.9' + url 'http://chromedriver.storage.googleapis.com/2.10/chromedriver_mac32.zip' + sha256 'fc412529600693430a17434652e1b765b2bd61f20a829b626d752a7b7d237c56' + version '2.10' def install bin.install 'chromedriver' |
