mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-09 18:21:22 +00:00
29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"version": "0.29.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.29.1/geckodriver-v0.29.1-win64.zip",
|
|
"hash": "a2076b9e6b7f921733e3c2d3bf40556e27f17ea16a9c9a2ef9235e8ce92028d9"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/mozilla/geckodriver/releases/download/v0.29.1/geckodriver-v0.29.1-win32.zip",
|
|
"hash": "307927d4e584fd95baffa5cc5a4e2041ceb05f4c89448f706521fe5b95ec3bf1"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|