ScoopInstaller_Main/bucket/geckodriver.json
2025-02-25 12:32:47 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.36.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.36.0/geckodriver-v0.36.0-win64.zip",
"hash": "4c23d54681d431b42575a66c3c89202a40add3ef45e64b94acac620a89774ad2"
},
"32bit": {
"url": "https://github.com/mozilla/geckodriver/releases/download/v0.36.0/geckodriver-v0.36.0-win32.zip",
"hash": "491d8f557774a49238498da537314a5eeed0cd27a360f7980d7d59062f2322a5"
}
},
"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"
}
}
}
}