From c8a4fc8ff96873f1d64a9ac84c2fcf0a4570a5e5 Mon Sep 17 00:00:00 2001 From: David Baumgold Date: Fri, 28 Jun 2013 14:49:47 -0400 Subject: chromedriver 2.0 Closes #20888. Signed-off-by: Adam Vandenberg --- Library/Formula/chromedriver.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/chromedriver.rb b/Library/Formula/chromedriver.rb index ae67ec878..460df6f98 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 'https://chromedriver.googlecode.com/files/chromedriver_mac_26.0.1383.0.zip' - sha1 '5aec8bccdb601a5cc0a03ba5bfe32b4ac39399a1' + url 'https://chromedriver.googlecode.com/files/chromedriver_mac32_2.0.zip' + sha1 '9b4a090f65ac3e62c9b4d5c63a263a68e68919d9' def install bin.install 'chromedriver' -- cgit v1.2.3