ScoopInstaller_Main/bucket/geckodriver.json
2020-07-29 22:50:55 +02:00

29 lines
1.1 KiB
JSON

{
"version": "0.27.0",
"description": "WebDriver for the Firefox web browser.",
"homepage": "https://github.com/mozilla/geckodriver",
"license": "MPL-2.0",
"bin": "geckodriver.exe",
"checkver": "github",
"architecture": {
"64bit": {
"url": "https://github.com/mozilla/geckodriver/releases/download/v0.27.0/geckodriver-v0.27.0-win64.zip",
"hash": "7813f897130d50eec40bfc1a6f9bec36c627fc11993db07a6b6a607fc5491820"
},
"32bit": {
"url": "https://github.com/mozilla/geckodriver/releases/download/v0.27.0/geckodriver-v0.27.0-win32.zip",
"hash": "ac0a7fe96e982ad2a8c030e4583de0512b104a57d85d845b864552a9c5f1a567"
}
},
"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"
}
}
}
}