mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-20 15:41:19 +00:00
30 lines
1.1 KiB
JSON
30 lines
1.1 KiB
JSON
{
|
|
"version": "3.12.0",
|
|
"homepage": "http://www.seleniumhq.org/",
|
|
"bin": "IEDriverServer.exe",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://selenium-release.storage.googleapis.com/3.12/IEDriverServer_x64_3.12.0.zip",
|
|
"hash": "70d55cfeab74e6d0f2e15b826e6b90a97798151606e45e6338e83f98bdf3007c"
|
|
},
|
|
"32bit": {
|
|
"url": "https://selenium-release.storage.googleapis.com/3.12/IEDriverServer_Win32_3.12.0.zip",
|
|
"hash": "854fec7c21331b881cf2516c86fd93d435738be1c63703a5950319952f3e4b63"
|
|
}
|
|
},
|
|
"checkver": {
|
|
"url": "http://www.seleniumhq.org/download/",
|
|
"re": "Download version ([\\d.]+).*[^<]+32 bit Windows IE"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://selenium-release.storage.googleapis.com/$majorVersion.$minorVersion/IEDriverServer_x64_$version.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://selenium-release.storage.googleapis.com/$majorVersion.$minorVersion/IEDriverServer_Win32_$version.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|