diff options
| author | Kyle VanderBeek | 2011-12-21 11:31:52 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2011-12-21 11:44:40 -0800 |
| commit | 410dcae3863cd845da2c8cd1c3df63309af180e4 (patch) | |
| tree | 36b5e994863d8b30c1b97906184203755628bae0 /Library/Formula/chromedriver.rb | |
| parent | c40c779b5367e9568b75dca19e582b82d20d0040 (diff) | |
| download | homebrew-410dcae3863cd845da2c8cd1c3df63309af180e4.tar.bz2 | |
chromedriver 17.0.963.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/chromedriver.rb')
| -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 c6a01e303..c10eba28f 100644 --- a/Library/Formula/chromedriver.rb +++ b/Library/Formula/chromedriver.rb @@ -1,9 +1,9 @@ require 'formula' class Chromedriver < Formula - url 'http://chromium.googlecode.com/files/chromedriver_mac_16.0.902.0.zip' + url 'http://chromium.googlecode.com/files/chromedriver_mac_17.0.963.0.zip' homepage 'http://code.google.com/p/selenium/wiki/ChromeDriver' - sha1 '2d0d786b0b1bf08472da61301a99cd592a3fa88b' + sha1 'da40247dc3da410e8ec713b7c7bc46193c3fb231' def install bin.install 'chromedriver' |
