Add geckodriver version 0.19.0

This commit is contained in:
Richard Kuhnt 2017-09-25 19:27:56 +02:00
parent f8d797c830
commit 1e68888454

11
geckodriver.json Normal file
View File

@ -0,0 +1,11 @@
{
"version": "0.19.0",
"homepage": "https://github.com/mozilla/geckodriver",
"url": "https://github.com/mozilla/geckodriver/releases/download/v0.19.0/geckodriver-v0.19.0-win64.zip",
"hash": "701099db0ecc6135d3c15623f2312475b0b7accdae4adef18721a07f9b54d52e",
"bin": "geckodriver.exe",
"checkver": "github",
"autoupdate": {
"url": "https://github.com/mozilla/geckodriver/releases/download/v$version/geckodriver-v$version-win64.zip"
}
}