ScoopInstaller_Main/bucket/selenium-manager.json
2023-11-01 08:25:55 +00:00

31 lines
1.2 KiB
JSON

{
"version": "0.4.15",
"description": "Selenium Manager is a command-line tool developed in Rust to allow cross platform execution.",
"homepage": "https://www.selenium.dev/blog/2022/introducing-selenium-manager",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/SeleniumHQ/selenium/raw/trunk/common/manager/windows/selenium-manager.exe",
"hash": "91b85a0953c1580f525f129cef9dd098aa5b5d2ca6351b1be494cfabae8c4d8d"
}
},
"bin": "selenium-manager.exe",
"checkver": {
"script": [
"$executable = \"selenium-manager.exe\"",
"Invoke-WebRequest -URI \"https://github.com/SeleniumHQ/selenium/raw/trunk/common/manager/windows/$executable\" -OutFile $executable",
"[array] $cmdOutput = Invoke-Expression \".\\$executable --version\"",
"Remove-Item $executable",
"$cmdOutput"
],
"regex": "selenium-manager (.+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/SeleniumHQ/selenium/raw/trunk/common/manager/windows/selenium-manager.exe"
}
}
}
}