mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-06 11:45:15 +00:00
43 lines
1.8 KiB
JSON
43 lines
1.8 KiB
JSON
{
|
|
"version": "143.0.3650.66",
|
|
"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/143.0.3650.66/edgedriver_win64.zip",
|
|
"hash": "28880a47672f38b2be90d8714a6b9865bf0babd6d77dd9cb47f2eabc1e421ae0"
|
|
},
|
|
"32bit": {
|
|
"url": "https://msedgedriver.microsoft.com/143.0.3650.66/edgedriver_win32.zip",
|
|
"hash": "86884a2abd372bee2dec7cb3a8e4360ff7d981fdf00212950f7242d0ed9f2cb1"
|
|
},
|
|
"arm64": {
|
|
"url": "https://msedgedriver.microsoft.com/143.0.3650.66/edgedriver_arm64.zip",
|
|
"hash": "e617f293900e2170e97758540fbe9879bedf1a77c63c6829b41a6bde3fe3acad"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|