diff options
| author | David Goodlad | 2012-03-23 10:25:28 +1100 |
|---|---|---|
| committer | Jack Nagel | 2012-03-22 18:59:27 -0500 |
| commit | ac8234479e76db32101b0503b61f2a55d9694df3 (patch) | |
| tree | 2c07d29a93a97f371d1919fe873d805b3b07c92c /Library/Formula/chromedriver.rb | |
| parent | 11f5ba9fb1563cea987b706d17c77b16fb3b20d4 (diff) | |
| download | homebrew-ac8234479e76db32101b0503b61f2a55d9694df3.tar.bz2 | |
chromedriver 19.0.1068
Closes #11157.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/chromedriver.rb')
| -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 1089109c0..b771c571e 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_18.0.995.0.zip' - homepage 'http://code.google.com/p/selenium/wiki/ChromeDriver' - sha1 '5ff64a13d56ad6b95a2c9d430f357d72064a6d7d' + homepage 'http://code.google.com/p/chromedriver/' + url 'http://chromedriver.googlecode.com/files/chromedriver_mac_19.0.1068.0.zip' + sha1 '4a7448555dc61f900c5144d26afbfe99749433de' def install bin.install 'chromedriver' |
