diff options
| -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' |
