mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-27 22:04:38 +00:00
27 lines
904 B
JSON
27 lines
904 B
JSON
{
|
|
"version": "2.2.0",
|
|
"description": "An open-source framework that makes UI and end-to-end testing for Android, iOS, and web apps simple and fast.",
|
|
"homepage": "https://maestro.dev",
|
|
"license": "Apache-2.0",
|
|
"suggest": {
|
|
"Java": "java/openjdk"
|
|
},
|
|
"url": "https://github.com/mobile-dev-inc/Maestro/releases/download/cli-2.2.0/maestro.zip",
|
|
"hash": "6de501d2e8adf2d60f4b6b3174dc4b5e393f2f2617245d350a659627dccb0922",
|
|
"extract_dir": "maestro",
|
|
"env_set": {
|
|
"MAESTRO_HOME": "$dir"
|
|
},
|
|
"bin": "bin\\maestro.bat",
|
|
"checkver": {
|
|
"github": "https://github.com/mobile-dev-inc/Maestro",
|
|
"regex": "cli-([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/mobile-dev-inc/Maestro/releases/download/cli-$version/maestro.zip",
|
|
"hash": {
|
|
"url": "$baseurl/checksums_sha256.txt"
|
|
}
|
|
}
|
|
}
|