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": "140.0.3485.81",
|
|
"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.81/edgedriver_win64.zip",
|
|
"hash": "985124d8b1101089a30e596cc3d988c1e4f99df1da7023f6618427d95be1dbdb"
|
|
},
|
|
"32bit": {
|
|
"url": "https://msedgedriver.microsoft.com/140.0.3485.81/edgedriver_win32.zip",
|
|
"hash": "7b14db4b5693e74f825013cf6164c4516cd10d853659197d6460c64850d17e8e"
|
|
},
|
|
"arm64": {
|
|
"url": "https://msedgedriver.microsoft.com/140.0.3485.81/edgedriver_arm64.zip",
|
|
"hash": "5fda8070f97304b78c120b5ed0772315144f58b23936b7abebeae68a727d0962"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|