From a3b4a842b2e7afbf64c691cbb1c20ef1b324498a Mon Sep 17 00:00:00 2001 From: Ross Smith II Date: Fri, 30 Dec 2016 13:53:20 -0800 Subject: [PATCH] Update chromedriver to 2.27 --- chromedriver.json | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/chromedriver.json b/chromedriver.json index 7c6470970f..274be4533a 100644 --- a/chromedriver.json +++ b/chromedriver.json @@ -1,8 +1,14 @@ { - "version": "2.25", + "version": "2.27", "homepage": "https://sites.google.com/a/chromium.org/chromedriver/", - "url": "https://chromedriver.storage.googleapis.com/2.25/chromedriver_win32.zip", - "hash": "53e52b247bbed98c67f0057088b482b3aa03fe0f84d7f2bb71ea7527f3988a7c", + "url": "https://chromedriver.storage.googleapis.com/2.27/chromedriver_win32.zip", + "hash": "79dbee453fe922483524eb38d0826e08518ef7f094940d4d046f7244dcbb6951", "bin": "chromedriver.exe", - "checkver": "Latest Release: ChromeDriver ([\\d.]+)" + "checkver": "Latest Release: ChromeDriver ([\\d.]+)", + "autoupdate": { + "url": "https://chromedriver.storage.googleapis.com/$version/chromedriver_win32.zip", + "hash": { + "mode": "download" + } + } }