aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorTatsuro Baba2012-06-07 13:48:38 +0900
committerAdam Vandenberg2012-06-06 22:24:07 -0700
commitcc5e961d999514d901cb0def87c552ccf6bdf641 (patch)
tree161d816174fafe08d7d918023be05c6f7d32dc7c /Library
parent2b7b4b3027d43d3e868cd916de80c8ca125a492d (diff)
downloadhomebrew-cc5e961d999514d901cb0def87c552ccf6bdf641.tar.bz2
chromedriver 20.0.1133.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/chromedriver.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/chromedriver.rb b/Library/Formula/chromedriver.rb
index b771c571e..aff9a0828 100644
--- a/Library/Formula/chromedriver.rb
+++ b/Library/Formula/chromedriver.rb
@@ -2,8 +2,8 @@ require 'formula'
class Chromedriver < Formula
homepage 'http://code.google.com/p/chromedriver/'
- url 'http://chromedriver.googlecode.com/files/chromedriver_mac_19.0.1068.0.zip'
- sha1 '4a7448555dc61f900c5144d26afbfe99749433de'
+ url 'http://chromedriver.googlecode.com/files/chromedriver_mac_20.0.1133.0.zip'
+ sha1 '00013555f4383dee3308d180eb868ca27e865179'
def install
bin.install 'chromedriver'