mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-16 21:51:31 +00:00
29 lines
1.1 KiB
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|