aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Green2014-02-03 14:23:50 +0000
committerMike McQuaid2014-02-03 14:40:47 +0000
commit3ac106fc069f2f5909ef32c00ebf52df8d559578 (patch)
tree572fa84745389a7322c086ad23ddd1ab0a8f2e1b
parent9941d3b0c1646e19efdac3dd81d3323ccdb51cdb (diff)
downloadhomebrew-3ac106fc069f2f5909ef32c00ebf52df8d559578.tar.bz2
chromedriver 2.9
Closes #26371. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
-rw-r--r--Library/Formula/chromedriver.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/chromedriver.rb b/Library/Formula/chromedriver.rb
index 7aeba2f55..3e50fda24 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.8/chromedriver_mac32.zip'
- sha1 'b44d4666d00531f9edc5f1e89534a789fb4ec162'
- version '2.8'
+ url 'http://chromedriver.storage.googleapis.com/2.9/chromedriver_mac32.zip'
+ sha1 '16553f51a165dd202e842b99675ca6e5e1eb2a69'
+ version '2.9'
def install
bin.install 'chromedriver'