ScoopInstaller_Main/bucket/ie11webdriver.json
linsui 0f8c4b09fe Fix ~156 license tags (#272)
* Fix 150 license

* Update

* Update

* Update cockroachdb.json

See https://github.com/cockroachdb/cockroach/blob/master/LICENSE and
https://github.com/cockroachdb/cockroach/blob/master/licenses/BSL.txt

* Apply new rule

* Change to unknown

* Update tup.json

* fix radare2

* Some fix

* Some fix

* Fix sliksvn

* Fix sliksvn

* Update imagemagick.json
2019-08-02 07:28:29 -07:00

31 lines
1.1 KiB
JSON

{
"version": "3.14.0",
"homepage": "http://www.seleniumhq.org/",
"license": "Unknown",
"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"
}
}
}
}