From 820d51331fe646df774be008977c68b503fa3adc Mon Sep 17 00:00:00 2001 From: Joe Grund Date: Wed, 2 Oct 2013 09:16:19 -0400 Subject: chromedriver 2.4 Closes #22992. Signed-off-by: Mike McQuaid --- 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 22d1f83ed..e836f0678 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_mac32_2.3.zip' - sha1 '6c89e33dbafc6f8a19ff62035fad545dda212271' + url 'http://chromedriver.storage.googleapis.com/2.4/chromedriver_mac32.zip' + sha1 'b78a808c083fe17215069c9d0ff0e6b6455d8964' def install bin.install 'chromedriver' -- cgit v1.2.3