mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
43 lines
1.8 KiB
JSON
43 lines
1.8 KiB
JSON
{
|
|
"version": "140.0.3485.54",
|
|
"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/140.0.3485.54/edgedriver_win64.zip",
|
|
"hash": "9055c2e4e06e6a38831fd570b78f9e2e34111ea3695e2f74e76eedb0c4f679e0"
|
|
},
|
|
"32bit": {
|
|
"url": "https://msedgedriver.microsoft.com/140.0.3485.54/edgedriver_win32.zip",
|
|
"hash": "53853acf0678adcb7f814191031387ef20d1fdbd015d70b315ad06ea636ee454"
|
|
},
|
|
"arm64": {
|
|
"url": "https://msedgedriver.microsoft.com/140.0.3485.54/edgedriver_arm64.zip",
|
|
"hash": "ef03eaecb2112752d80d1e6f4dcb3f5c6552cad225e2d55f1dd0fad56e3a1e67"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|