mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
43 lines
1.8 KiB
JSON
43 lines
1.8 KiB
JSON
{
|
|
"version": "138.0.3351.121",
|
|
"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/138.0.3351.121/edgedriver_win64.zip",
|
|
"hash": "98b7264dc798da210492e36f67349777e5c58855fed4a1e349964aa694e7479a"
|
|
},
|
|
"32bit": {
|
|
"url": "https://msedgedriver.microsoft.com/138.0.3351.121/edgedriver_win32.zip",
|
|
"hash": "f40fe323ce9da40a3985837ff08261c76dd6a739df2e3f613d83bea3fddcd7fa"
|
|
},
|
|
"arm64": {
|
|
"url": "https://msedgedriver.microsoft.com/138.0.3351.121/edgedriver_arm64.zip",
|
|
"hash": "bdf936ea2d091f6b9654b2d1ddb49b73dfeb5556cf330583b8c1170feaa2d2ee"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|