mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"version": "0.30.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.30.0/geckodriver-v0.30.0-win64.zip",
|
|
"hash": "18efd24e3cfcc34df791bad41ebaa73c12b83adbc3a7fcf65d29aa3051e369e5"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/mozilla/geckodriver/releases/download/v0.30.0/geckodriver-v0.30.0-win32.zip",
|
|
"hash": "d995f097807c471606ae6d1119fd0f8c132db9abd42ddbd09c8acc94bd3a8f95"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|