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": "143.0.3650.80",
|
|
"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.80/edgedriver_win64.zip",
|
|
"hash": "79f7c441aeb07ebbc7d292f2ed3c2de59cd68e4cd326bce02e4b127138adb859"
|
|
},
|
|
"32bit": {
|
|
"url": "https://msedgedriver.microsoft.com/143.0.3650.80/edgedriver_win32.zip",
|
|
"hash": "cd162c5224d73e62e06f5ef7b379aa50ea92639a59ad6a626b87cad1faee6591"
|
|
},
|
|
"arm64": {
|
|
"url": "https://msedgedriver.microsoft.com/143.0.3650.80/edgedriver_arm64.zip",
|
|
"hash": "d370a61df902323821ec258dc85276267c3ed5df181b77ff0b179619202d33d6"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|