mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-18 06:31:25 +00:00
29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"version": "0.32.1",
|
|
"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.1/geckodriver-v0.32.1-win64.zip",
|
|
"hash": "8582b87a6baa1f7156e66f2efb1c591337943fe4ea1541e6afbdfc0501f6e335"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/mozilla/geckodriver/releases/download/v0.32.1/geckodriver-v0.32.1-win32.zip",
|
|
"hash": "01f2bbe4065eb4698e4221088c948cef60cb76ab22e5622b69872fec32733191"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|