ScoopInstaller_Main/bucket/geckodriver.json
2019-10-12 19:00:54 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.26.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.26.0/geckodriver-v0.26.0-win64.zip",
"hash": "1cb25fa4c182312fd762a499cb8f9435b839dcfdb3c99ef77ace3b2c23c6bc0c"
},
"32bit": {
"url": "https://github.com/mozilla/geckodriver/releases/download/v0.26.0/geckodriver-v0.26.0-win32.zip",
"hash": "6e2fc1dddeba72993e0f685813cdc2df4dd649de418713d431037444579501de"
}
},
"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"
}
}
}
}