mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-25 04:44:43 +00:00
43 lines
1.8 KiB
JSON
43 lines
1.8 KiB
JSON
{
|
|
"version": "145.0.3800.70",
|
|
"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/145.0.3800.70/edgedriver_win64.zip",
|
|
"hash": "b33a003a653fa9fd56032e31eaba29787ca95499fbdfe649d949a7976208ca3f"
|
|
},
|
|
"32bit": {
|
|
"url": "https://msedgedriver.microsoft.com/145.0.3800.70/edgedriver_win32.zip",
|
|
"hash": "e7ec5b3b91e695f39787464c40486a95a32f283b94db70cd41c6676decda695a"
|
|
},
|
|
"arm64": {
|
|
"url": "https://msedgedriver.microsoft.com/145.0.3800.70/edgedriver_arm64.zip",
|
|
"hash": "d8185169ce16d99a7a1c00ca591e8b9535821bfbcb0aa0f5e0a84b313392a5be"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|