diff options
| author | Kevin Moore | 2013-10-02 12:04:21 -0300 |
|---|---|---|
| committer | Mike McQuaid | 2013-10-02 16:13:38 +0100 |
| commit | 340df912b37ee08bbb3bf16befeb1621474fb11b (patch) | |
| tree | 541e64a3e423f36b38744b2cdb6c77edc58b9c74 | |
| parent | 9ccec948c000f05b9780e07aa48f3e4f42fa9be2 (diff) | |
| download | homebrew-340df912b37ee08bbb3bf16befeb1621474fb11b.tar.bz2 | |
chromedriver: fix bad version.
Closes #22994.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -rw-r--r-- | Library/Formula/chromedriver.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/chromedriver.rb b/Library/Formula/chromedriver.rb index e836f0678..af6419df0 100644 --- a/Library/Formula/chromedriver.rb +++ b/Library/Formula/chromedriver.rb @@ -4,6 +4,7 @@ class Chromedriver < Formula homepage 'http://code.google.com/p/chromedriver/' url 'http://chromedriver.storage.googleapis.com/2.4/chromedriver_mac32.zip' sha1 'b78a808c083fe17215069c9d0ff0e6b6455d8964' + version '2.4' def install bin.install 'chromedriver' |
