From 954565ccd45ed9a64a99b04b2708234fdc7b6f6a Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 11 Dec 2018 05:00:24 +0000 Subject: [PATCH] chromedriver: Update to version 2.45 --- chromedriver.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chromedriver.json b/chromedriver.json index 70826c76b2..68f552b031 100644 --- a/chromedriver.json +++ b/chromedriver.json @@ -1,10 +1,10 @@ { - "version": "2.44", + "version": "2.45", "homepage": "https://sites.google.com/a/chromium.org/chromedriver/", "description": "An open source tool for automated testing of webapps across many browsers", "license": "BSD-3-Clause", - "url": "https://chromedriver.storage.googleapis.com/2.44/chromedriver_win32.zip", - "hash": "5d2d2ddb2ed3730672484160c822b75b41c4e77f9cadb5111530699d561c548c", + "url": "https://chromedriver.storage.googleapis.com/2.45/chromedriver_win32.zip", + "hash": "8f3373a260a524410e25ea643ecb0175ed49a078088c7ab4d88db323ee19a230", "bin": "chromedriver.exe", "checkver": { "url": "https://chromedriver.storage.googleapis.com/LATEST_RELEASE",