geckodriver: Update to version 0.29.0

This commit is contained in:
Jakub Čábera 2021-01-14 13:52:59 +01:00
parent fc15227808
commit 1259a52bec

View File

@ -1,5 +1,5 @@
{ {
"version": "0.28.0", "version": "0.29.0",
"description": "WebDriver for the Firefox web browser.", "description": "WebDriver for the Firefox web browser.",
"homepage": "https://github.com/mozilla/geckodriver", "homepage": "https://github.com/mozilla/geckodriver",
"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.28.0/geckodriver-v0.28.0-win64.zip", "url": "https://github.com/mozilla/geckodriver/releases/download/v0.29.0/geckodriver-v0.29.0-win64.zip",
"hash": "49f991b4f25565a5b7008936698f189debc755e6023789adba0c7440b6c960ac" "hash": "39ab6664efac150722659f440518465cb06a199edc3390e0b17245132b1bda91"
}, },
"32bit": { "32bit": {
"url": "https://github.com/mozilla/geckodriver/releases/download/v0.28.0/geckodriver-v0.28.0-win32.zip", "url": "https://github.com/mozilla/geckodriver/releases/download/v0.29.0/geckodriver-v0.29.0-win32.zip",
"hash": "96fb2e2dfde01188f04f51c16c54d35bdd495881ce1744e38f39570c2c55118d" "hash": "5161555dc1754aefddcd19940a5bc98d0ea687a9982f667156b5211646f82f64"
} }
}, },
"autoupdate": { "autoupdate": {