ScoopInstaller_Main/geckodriver.json
2018-10-04 14:00:34 +00:00

27 lines
1.0 KiB
JSON

{
"version": "0.23.0",
"homepage": "https://github.com/mozilla/geckodriver",
"bin": "geckodriver.exe",
"checkver": "github",
"architecture": {
"64bit": {
"url": "https://github.com/mozilla/geckodriver/releases/download/v0.23.0/geckodriver-v0.23.0-win64.zip",
"hash": "deaa8596bcafacf53583af0c86b1033cd97b2c8dbc85e957224fe7dceee81590"
},
"32bit": {
"url": "https://github.com/mozilla/geckodriver/releases/download/v0.23.0/geckodriver-v0.23.0-win32.zip",
"hash": "f7b94b219e7e217cefbd16d4a32a1b6ff3424fb6e3d2c09c6ce42085e12ca8cd"
}
},
"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"
}
}
}
}