mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-02 13:31:18 +00:00
27 lines
1.0 KiB
JSON
27 lines
1.0 KiB
JSON
{
|
|
"version": "0.20.0",
|
|
"homepage": "https://github.com/mozilla/geckodriver",
|
|
"bin": "geckodriver.exe",
|
|
"checkver": "github",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/mozilla/geckodriver/releases/download/v0.20.0/geckodriver-v0.20.0-win64.zip",
|
|
"hash": "b4ee6c4add4e58c0aaea313e2b4b6f32c7156a0c26682fb8540af96e1e5ac2f8"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/mozilla/geckodriver/releases/download/v0.20.0/geckodriver-v0.20.0-win32.zip",
|
|
"hash": "076b9f99dbc131dd00b2065e2146cc01b62b9806b44d868a2384aae333b46b25"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|