mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +00:00
43 lines
1.8 KiB
JSON
43 lines
1.8 KiB
JSON
{
|
|
"version": "142.0.3595.53",
|
|
"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/142.0.3595.53/edgedriver_win64.zip",
|
|
"hash": "6d77859710dd44b626cc77c6a452a1a0366731244bb6fc5cc0284d7f22864d78"
|
|
},
|
|
"32bit": {
|
|
"url": "https://msedgedriver.microsoft.com/142.0.3595.53/edgedriver_win32.zip",
|
|
"hash": "35aa63a527dd99f7b4c6de3e8dbb3b34ae71d5a612997ff5a5b794ffbbcd0e79"
|
|
},
|
|
"arm64": {
|
|
"url": "https://msedgedriver.microsoft.com/142.0.3595.53/edgedriver_arm64.zip",
|
|
"hash": "e406600c7bcb715aba249f991e64d76b71dde5d20890cabc8288cd566c84b195"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|