From ca15be6ff080e1cf66f85d80b595f43d791b85f4 Mon Sep 17 00:00:00 2001 From: Umut Benzer Date: Thu, 28 Nov 2013 14:15:06 +0200 Subject: [PATCH] chromedriver 2.7 Closes Homebrew/homebrew#24735. Signed-off-by: Mike McQuaid --- Formula/chromedriver.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/chromedriver.rb b/Formula/chromedriver.rb index eb6ccd91a9..ca8fa9da8b 100644 --- a/Formula/chromedriver.rb +++ b/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.6/chromedriver_mac32.zip' - sha1 '4643652d403961dd9a9a1980eb1a06bf8b6e9bad' - version '2.6' + url 'http://chromedriver.storage.googleapis.com/2.7/chromedriver_mac32.zip' + sha1 '5791a391b41e735fca0711314607e4de98aaf2dd' + version '2.7' def install bin.install 'chromedriver'