mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
ie11webdriver: Update to version 4.8.1
Fix autoupdate
This commit is contained in:
parent
da45385ce4
commit
69a67344e7
@ -1,16 +1,16 @@
|
||||
{
|
||||
"version": "4.8.0",
|
||||
"version": "4.8.1",
|
||||
"description": "Selenium WebDriver for Internet Explorer 11",
|
||||
"homepage": "https://selenium.dev",
|
||||
"license": "Apache-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.8.0/IEDriverServer_x64_4.8.0.zip",
|
||||
"hash": "c1095f6743e7b8f276ecd4ad135081a8e464a9575ada53f75c3a38f5531aa05d"
|
||||
"url": "https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.8.0/IEDriverServer_x64_4.8.1.zip",
|
||||
"hash": "1b3daeb86e40ed51ff48a61a6f94a2dac0dee3b2f2f29b747e38ac9a8565e780"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.8.0/IEDriverServer_Win32_4.8.0.zip",
|
||||
"hash": "31c1b14fe25421d3790971f058b5a462b5b9754ad2a5fc27068a1389abd48f3f"
|
||||
"url": "https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.8.0/IEDriverServer_Win32_4.8.1.zip",
|
||||
"hash": "2ab31faebab8e5fd6e8ccbc46473f256474d859799d3c2648e2452ef96de11c7"
|
||||
}
|
||||
},
|
||||
"bin": "IEDriverServer.exe",
|
||||
@ -21,10 +21,10 @@
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/SeleniumHQ/selenium/releases/download/selenium-$version/IEDriverServer_x64_$version.zip"
|
||||
"url": "https://github.com/SeleniumHQ/selenium/releases/download/selenium-$majorVersion.$minorVersion.0/IEDriverServer_x64_$version.zip"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/SeleniumHQ/selenium/releases/download/selenium-$version/IEDriverServer_Win32_$version.zip"
|
||||
"url": "https://github.com/SeleniumHQ/selenium/releases/download/selenium-$majorVersion.$minorVersion.0/IEDriverServer_Win32_$version.zip"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user