From a4d134b5425f578cacf17e25de4b7cc2f576e067 Mon Sep 17 00:00:00 2001 From: Lee Hanxue Date: Sat, 3 May 2014 16:57:08 +0800 Subject: chromedriver 2.10 Closes #28931. Signed-off-by: Adam Vandenberg --- Library/Formula/chromedriver.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/chromedriver.rb b/Library/Formula/chromedriver.rb index 3e50fda24..39df9d7a0 100644 --- a/Library/Formula/chromedriver.rb +++ b/Library/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.9/chromedriver_mac32.zip' - sha1 '16553f51a165dd202e842b99675ca6e5e1eb2a69' - version '2.9' + url 'http://chromedriver.storage.googleapis.com/2.10/chromedriver_mac32.zip' + sha256 'fc412529600693430a17434652e1b765b2bd61f20a829b626d752a7b7d237c56' + version '2.10' def install bin.install 'chromedriver' -- cgit v1.2.3