ScoopInstaller_Main/bucket/geckodriver.json
2019-09-10 14:00:22 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.25.0",
"homepage": "https://github.com/mozilla/geckodriver",
"description": "WebDriver for the Firefox web browser.",
"license": "MPL-2.0",
"bin": "geckodriver.exe",
"checkver": "github",
"architecture": {
"64bit": {
"url": "https://github.com/mozilla/geckodriver/releases/download/v0.25.0/geckodriver-v0.25.0-win64.zip",
"hash": "6f6bd37d7902b5abe6c4040847e6cbc3834dd225bdfcc66da10d4d782d31eea0"
},
"32bit": {
"url": "https://github.com/mozilla/geckodriver/releases/download/v0.25.0/geckodriver-v0.25.0-win32.zip",
"hash": "84894dad689169a90d5c50d1bf275ad802fd631c203f78eec3952fa93ed43816"
}
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/mozilla/geckodriver/releases/download/v$version/geckodriver-v$version-win64.zip"
},
"32bit": {
"url": "https://github.com/mozilla/geckodriver/releases/download/v$version/geckodriver-v$version-win32.zip"
}
}
}
}