From fa4015609af6baa890828b8fbc5b40dc07cf6e25 Mon Sep 17 00:00:00 2001 From: Sean Webster Date: Thu, 8 Jan 2015 14:40:45 -0800 Subject: chromedriver 2.13 Closes #35678. Signed-off-by: Mike McQuaid --- Library/Formula/chromedriver.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library') diff --git a/Library/Formula/chromedriver.rb b/Library/Formula/chromedriver.rb index 62d821ffb..8cb0477fe 100644 --- a/Library/Formula/chromedriver.rb +++ b/Library/Formula/chromedriver.rb @@ -2,9 +2,9 @@ require 'formula' class Chromedriver < Formula homepage 'https://sites.google.com/a/chromium.org/chromedriver/' - url 'http://chromedriver.storage.googleapis.com/2.12/chromedriver_mac32.zip' - sha256 'f93464dd4e57f7d59601e9ab92ad0770493f9ea00b69ddba8da3886c35852d4b' - version '2.12' + url 'http://chromedriver.storage.googleapis.com/2.13/chromedriver_mac32.zip' + sha256 '0e9e9fd10b2f9b563d6b76bffe0e5222134f14423db21e6cf7fb9bd4c6a91b30' + version '2.13' def install bin.install 'chromedriver' -- cgit v1.2.3