diff --git a/bucket/geckodriver.json b/bucket/geckodriver.json index a10f21c761..fc44647c14 100644 --- a/bucket/geckodriver.json +++ b/bucket/geckodriver.json @@ -1,18 +1,18 @@ { - "version": "0.26.0", - "homepage": "https://github.com/mozilla/geckodriver", + "version": "0.27.0", "description": "WebDriver for the Firefox web browser.", + "homepage": "https://github.com/mozilla/geckodriver", "license": "MPL-2.0", "bin": "geckodriver.exe", "checkver": "github", "architecture": { "64bit": { - "url": "https://github.com/mozilla/geckodriver/releases/download/v0.26.0/geckodriver-v0.26.0-win64.zip", - "hash": "1cb25fa4c182312fd762a499cb8f9435b839dcfdb3c99ef77ace3b2c23c6bc0c" + "url": "https://github.com/mozilla/geckodriver/releases/download/v0.27.0/geckodriver-v0.27.0-win64.zip", + "hash": "7813f897130d50eec40bfc1a6f9bec36c627fc11993db07a6b6a607fc5491820" }, "32bit": { - "url": "https://github.com/mozilla/geckodriver/releases/download/v0.26.0/geckodriver-v0.26.0-win32.zip", - "hash": "6e2fc1dddeba72993e0f685813cdc2df4dd649de418713d431037444579501de" + "url": "https://github.com/mozilla/geckodriver/releases/download/v0.27.0/geckodriver-v0.27.0-win32.zip", + "hash": "ac0a7fe96e982ad2a8c030e4583de0512b104a57d85d845b864552a9c5f1a567" } }, "autoupdate": {