ScoopInstaller_Main/bucket/geckodriver.json
2024-01-03 20:24:27 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.34.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.34.0/geckodriver-v0.34.0-win64.zip",
"hash": "7d748367f7ed501a114fbbd5152a206061923db7276930e4e9739d29b857220f"
},
"32bit": {
"url": "https://github.com/mozilla/geckodriver/releases/download/v0.34.0/geckodriver-v0.34.0-win32.zip",
"hash": "299499c410c7ca27953c507efb33a1e40a18fee7b469a2482ca6876bb219f77c"
}
},
"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"
}
}
}
}