mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-26 05:14:40 +00:00
43 lines
1.8 KiB
JSON
43 lines
1.8 KiB
JSON
{
|
|
"version": "144.0.3719.115",
|
|
"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/144.0.3719.115/edgedriver_win64.zip",
|
|
"hash": "ce867379ea438e02831d2d6467b06dc55eee4de54eca152b184f61f9e4c716ec"
|
|
},
|
|
"32bit": {
|
|
"url": "https://msedgedriver.microsoft.com/144.0.3719.115/edgedriver_win32.zip",
|
|
"hash": "fb867dbf597e6749199c867e0d11fe50c0c5511bd1a54f4ca36c26ed8dc72bdb"
|
|
},
|
|
"arm64": {
|
|
"url": "https://msedgedriver.microsoft.com/144.0.3719.115/edgedriver_arm64.zip",
|
|
"hash": "bb131f0c2ce37978ddc1462e88926e640b9bb04f7d9980267108f9ac9f230a2f"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|