ScoopInstaller_Main/geckodriver.json
2018-09-16 00:00:37 +00:00

27 lines
1.0 KiB
JSON

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