mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-07 20:25:14 +00:00
43 lines
1.8 KiB
JSON
43 lines
1.8 KiB
JSON
{
|
|
"version": "143.0.3650.75",
|
|
"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/143.0.3650.75/edgedriver_win64.zip",
|
|
"hash": "018da91c5118ab5225482025e210920dc3459b6983c68cc0a491383fe730b3d7"
|
|
},
|
|
"32bit": {
|
|
"url": "https://msedgedriver.microsoft.com/143.0.3650.75/edgedriver_win32.zip",
|
|
"hash": "ac8619ff6be7a5c9413f3653e2224a858c9a3fdfa740c5e48f801015d5ee13cf"
|
|
},
|
|
"arm64": {
|
|
"url": "https://msedgedriver.microsoft.com/143.0.3650.75/edgedriver_arm64.zip",
|
|
"hash": "d7989d7fca592cd1528e9ee15791c9e1b0a7e4a4814e578edc9df8e3497c419c"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|