ScoopInstaller_Main/bucket/geckodriver.json
2023-02-08 20:30:00 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.32.2",
"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.32.2/geckodriver-v0.32.2-win64.zip",
"hash": "034341270ae7ae84b21eef1710c504793467a395679e12ec426475256107db26"
},
"32bit": {
"url": "https://github.com/mozilla/geckodriver/releases/download/v0.32.2/geckodriver-v0.32.2-win32.zip",
"hash": "bf2539bdaa5c79ccb0b1f17fe91c9876717bea1a61cd0034644d798f9668b358"
}
},
"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"
}
}
}
}