mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
30 lines
1.1 KiB
JSON
30 lines
1.1 KiB
JSON
{
|
|
"version": "3.14.0",
|
|
"homepage": "http://www.seleniumhq.org/",
|
|
"bin": "IEDriverServer.exe",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://selenium-release.storage.googleapis.com/3.14/IEDriverServer_x64_3.14.0.zip",
|
|
"hash": "5e94943c2d31a285217ac8793e970339c0f87e4bbbc757f55aa293643741aed3"
|
|
},
|
|
"32bit": {
|
|
"url": "https://selenium-release.storage.googleapis.com/3.14/IEDriverServer_Win32_3.14.0.zip",
|
|
"hash": "29de31f5a3028224e5ae2df5757e112755ef8ccd0a06de8f333b129139647d70"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|