From 3b4a373d3499127ceca5b03fb15df2be6937ef21 Mon Sep 17 00:00:00 2001 From: Bart Leusink Date: Mon, 12 Oct 2015 14:28:12 +0200 Subject: [PATCH] chromedriver 2.20 Closes Homebrew/homebrew#44846. 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 5a6c7a3a37..fdddba3740 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.19/chromedriver_mac32.zip" - version "2.19" - sha256 "7bce0af6739db1a21086dd509a1d382796f254e063de58344c9071bb7b49c91b" + url "https://chromedriver.storage.googleapis.com/2.20/chromedriver_mac32.zip" + version "2.20" + sha256 "aa28baba2338ae6f9107ad52dfc1f4029227dd6ec35c03ce551d65c243493711" bottle do cellar :any