diff options
| author | Umut Benzer | 2013-11-28 14:15:06 +0200 |
|---|---|---|
| committer | Mike McQuaid | 2013-11-28 12:47:51 +0000 |
| commit | 496caf818959ad777d1bde439462c5b2224fb02a (patch) | |
| tree | a3103076f67d637852a75eb193ec834dfdf593ec /Library/Formula | |
| parent | cfe36b7d012ca8866c66ca9c245bc8206d53a47c (diff) | |
| download | homebrew-496caf818959ad777d1bde439462c5b2224fb02a.tar.bz2 | |
chromedriver 2.7
Closes #24735.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.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 eb6ccd91a..ca8fa9da8 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.6/chromedriver_mac32.zip' - sha1 '4643652d403961dd9a9a1980eb1a06bf8b6e9bad' - version '2.6' + url 'http://chromedriver.storage.googleapis.com/2.7/chromedriver_mac32.zip' + sha1 '5791a391b41e735fca0711314607e4de98aaf2dd' + version '2.7' def install bin.install 'chromedriver' |
