From c7dbfc8d1cd8905960a3a94f606305a7ab6e3b06 Mon Sep 17 00:00:00 2001 From: Nate Tallman Date: Mon, 3 Aug 2015 10:32:52 -0500 Subject: [PATCH] chromedriver 2.17 Closes Homebrew/homebrew#42414. Signed-off-by: Dominyk Tiller --- Formula/chromedriver.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/chromedriver.rb b/Formula/chromedriver.rb index 0c555dc82e..ef7a06ef66 100644 --- a/Formula/chromedriver.rb +++ b/Formula/chromedriver.rb @@ -1,9 +1,9 @@ class Chromedriver < Formula desc "Tool for automated testing of webapps across many browsers" homepage "https://sites.google.com/a/chromium.org/chromedriver/" - url "https://chromedriver.storage.googleapis.com/2.16/chromedriver_mac32.zip" - sha256 "2e4eb9e7bf884d735d08275fb3d9f9e2474c370f11ed02753d0ae4e61cc07a0c" - version "2.16" + url "https://chromedriver.storage.googleapis.com/2.17/chromedriver_mac32.zip" + version "2.17" + sha256 "355bbedd402ba3d1206f7bfa00337ef5c1642a4adc1b4fa393bd300234599574" def install bin.install "chromedriver"