mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
43 lines
1.8 KiB
JSON
43 lines
1.8 KiB
JSON
{
|
|
"version": "140.0.3485.94",
|
|
"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.94/edgedriver_win64.zip",
|
|
"hash": "d795f1343fdde9b438de606069a89619b3daf26137fc984ce9c1c85bb98b3d97"
|
|
},
|
|
"32bit": {
|
|
"url": "https://msedgedriver.microsoft.com/140.0.3485.94/edgedriver_win32.zip",
|
|
"hash": "8471f49a21e7579bc25394c3aabfcfb6ab906205d24b96ea126fe875dd91084d"
|
|
},
|
|
"arm64": {
|
|
"url": "https://msedgedriver.microsoft.com/140.0.3485.94/edgedriver_arm64.zip",
|
|
"hash": "79e459a70e59bc86167892c2fca4397c77d1df9a1483832f337eafd28e2eb533"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|