geckodriver: Update to version 0.25.0

This commit is contained in:
Richard Kuhnt 2019-09-10 14:00:22 +00:00
parent c032ef3983
commit c67a63acc8

View File

@ -1,5 +1,5 @@
{ {
"version": "0.24.0", "version": "0.25.0",
"homepage": "https://github.com/mozilla/geckodriver", "homepage": "https://github.com/mozilla/geckodriver",
"description": "WebDriver for the Firefox web browser.", "description": "WebDriver for the Firefox web browser.",
"license": "MPL-2.0", "license": "MPL-2.0",
@ -7,12 +7,12 @@
"checkver": "github", "checkver": "github",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/mozilla/geckodriver/releases/download/v0.24.0/geckodriver-v0.24.0-win64.zip", "url": "https://github.com/mozilla/geckodriver/releases/download/v0.25.0/geckodriver-v0.25.0-win64.zip",
"hash": "55089b041e60295d9cd468baf78e1039fd9a38f6cd4d0166b9221626970b276e" "hash": "6f6bd37d7902b5abe6c4040847e6cbc3834dd225bdfcc66da10d4d782d31eea0"
}, },
"32bit": { "32bit": {
"url": "https://github.com/mozilla/geckodriver/releases/download/v0.24.0/geckodriver-v0.24.0-win32.zip", "url": "https://github.com/mozilla/geckodriver/releases/download/v0.25.0/geckodriver-v0.25.0-win32.zip",
"hash": "3b3c02c22684f35b9a7a8c5e42d8001dde7fc2c989484fd1d573f4a0c30abe03" "hash": "84894dad689169a90d5c50d1bf275ad802fd631c203f78eec3952fa93ed43816"
} }
}, },
"autoupdate": { "autoupdate": {