mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-11 01:41:21 +00:00
30 lines
1.1 KiB
JSON
30 lines
1.1 KiB
JSON
{
|
|
"version": "3.11.1",
|
|
"homepage": "http://www.seleniumhq.org/",
|
|
"bin": "IEDriverServer.exe",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://selenium-release.storage.googleapis.com/3.11/IEDriverServer_x64_3.11.1.zip",
|
|
"hash": "47151e2cdde6bb436af6c9d77ef16b5236e0eaaac2749e83fd52759bb51ecc31"
|
|
},
|
|
"32bit": {
|
|
"url": "https://selenium-release.storage.googleapis.com/3.11/IEDriverServer_Win32_3.11.1.zip",
|
|
"hash": "50d955e275cbcd71d4e4b73b91c38f45c786869b234d71d7cbaf1bc144938654"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|