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": "139.0.3405.111",
|
|
"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/139.0.3405.111/edgedriver_win64.zip",
|
|
"hash": "93cbff79b30f4706327645b595692615f102809bc474c6cec412efaa4e807b51"
|
|
},
|
|
"32bit": {
|
|
"url": "https://msedgedriver.microsoft.com/139.0.3405.111/edgedriver_win32.zip",
|
|
"hash": "c25664d5fd56d1e371ede15efe54bfe8dfa1f8ba44a4aaf0880d43bc9d6d97fd"
|
|
},
|
|
"arm64": {
|
|
"url": "https://msedgedriver.microsoft.com/139.0.3405.111/edgedriver_arm64.zip",
|
|
"hash": "6f48c92ca1a7d205f0ac50d6653d78ff82167cc3dcb627ccc1aee2ec867b57ce"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|