mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
43 lines
1.8 KiB
JSON
43 lines
1.8 KiB
JSON
{
|
|
"version": "141.0.3537.71",
|
|
"description": "Close the loop on your developer cycle by automating testing of your website in Microsoft Edge (Chromium).",
|
|
"homepage": "https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver",
|
|
"license": {
|
|
"identifier": "Freeware",
|
|
"url": "https://msedgedriver.microsoft.com/EULA"
|
|
},
|
|
"notes": "For legacy (EdgeHTML) version, see 'versions/edgedriver-legacy'.",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://msedgedriver.microsoft.com/141.0.3537.71/edgedriver_win64.zip",
|
|
"hash": "1ee2c9e606170f2307b325af81ce3ad469dce78c35fec367fd598406aa29ca57"
|
|
},
|
|
"32bit": {
|
|
"url": "https://msedgedriver.microsoft.com/141.0.3537.71/edgedriver_win32.zip",
|
|
"hash": "05a835e0571529ac2db4ff3ca5b965776e07ead081dddcfcc2d74670c0401001"
|
|
},
|
|
"arm64": {
|
|
"url": "https://msedgedriver.microsoft.com/141.0.3537.71/edgedriver_arm64.zip",
|
|
"hash": "b25af6919e29ace13ee2cde4fb74e8d45d1d9cad2076430007508a043cd0337d"
|
|
}
|
|
},
|
|
"bin": "msedgedriver.exe",
|
|
"checkver": {
|
|
"script": "Write-Output $([System.Text.Encoding]::Unicode.GetString((Invoke-WebRequest -URI https://msedgedriver.microsoft.com/LATEST_STABLE).Content))",
|
|
"regex": "([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://msedgedriver.microsoft.com/$version/edgedriver_win64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://msedgedriver.microsoft.com/$version/edgedriver_win32.zip"
|
|
},
|
|
"arm64": {
|
|
"url": "https://msedgedriver.microsoft.com/$version/edgedriver_arm64.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|