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": "141.0.3537.92",
|
|
"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/141.0.3537.92/edgedriver_win64.zip",
|
|
"hash": "4e7a44079df2e79fc6f221592a3a023042d9e0ccab704fe0fc9bfa6b83273277"
|
|
},
|
|
"32bit": {
|
|
"url": "https://msedgedriver.microsoft.com/141.0.3537.92/edgedriver_win32.zip",
|
|
"hash": "146781c076735d64583c94bca1f3f8e503da6c33cd0bb4aa16a1f70ee97ccb6d"
|
|
},
|
|
"arm64": {
|
|
"url": "https://msedgedriver.microsoft.com/141.0.3537.92/edgedriver_arm64.zip",
|
|
"hash": "7eecaeb4e2801ea576e16f3b3c31c5cc6bc1cbec9cfe0835cdc9861d8cc8e6f2"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|