aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorerhudy2011-10-21 14:41:35 -0300
committerAdam Vandenberg2011-10-21 20:16:15 -0700
commit2e5dadcfcaea2e953348a520a4d9e7309e40152e (patch)
treed257c702cbf8a4658fe3f26965338e0169595e72
parent48705667fdca563a66ab0dc781604f0e453b9dea (diff)
downloadhomebrew-2e5dadcfcaea2e953348a520a4d9e7309e40152e.tar.bz2
chromedriver 16.0.902.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-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 521df85f2..c6a01e303 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_14.0.836.0.zip'
+ url 'http://chromium.googlecode.com/files/chromedriver_mac_16.0.902.0.zip'
homepage 'http://code.google.com/p/selenium/wiki/ChromeDriver'
- sha1 '2b292bb47e26286fc714c3b9a74904800a6acc97'
+ sha1 '2d0d786b0b1bf08472da61301a99cd592a3fa88b'
def install
bin.install 'chromedriver'