ScoopInstaller_Main/bucket/geckodriver.json
2023-04-03 16:27:45 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.33.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.33.0/geckodriver-v0.33.0-win64.zip",
"hash": "801ea95b5db69a0dc6e01a909e3e483a8ebb01b13d752c7c5f9be650d370e292"
},
"32bit": {
"url": "https://github.com/mozilla/geckodriver/releases/download/v0.33.0/geckodriver-v0.33.0-win32.zip",
"hash": "a38fb6a2b0b50f98c2b19a4903bbe32a897150efb2b226152450b3e6e17ca5b4"
}
},
"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"
}
}
}
}