mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-26 21:34:47 +00:00
43 lines
1.8 KiB
JSON
43 lines
1.8 KiB
JSON
{
|
|
"version": "145.0.3800.58",
|
|
"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/145.0.3800.58/edgedriver_win64.zip",
|
|
"hash": "8ca3ad2ebfe1f8d0001e2fd2c1551082ee1bdfa14ce4ee0d430f2957e49582e6"
|
|
},
|
|
"32bit": {
|
|
"url": "https://msedgedriver.microsoft.com/145.0.3800.58/edgedriver_win32.zip",
|
|
"hash": "9d2814dd4a1f0315c9480c3bfd8ab468bfc09fe081edce2f24a7c92367762ab2"
|
|
},
|
|
"arm64": {
|
|
"url": "https://msedgedriver.microsoft.com/145.0.3800.58/edgedriver_arm64.zip",
|
|
"hash": "d508e2ba887a734c1585d6356ff4334a201f5be7c768aed83311163fd73f63e0"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|