mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
23 lines
840 B
JSON
23 lines
840 B
JSON
{
|
|
"homepage": "https://github.com/allure-framework/allure2",
|
|
"description": "A flexible lightweight multi-language test report tool.",
|
|
"version": "2.13.1",
|
|
"license": "Apache-2.0",
|
|
"url": "https://dl.bintray.com/qameta/maven/io/qameta/allure/allure-commandline/2.13.1/allure-commandline-2.13.1.zip",
|
|
"hash": "17ff3a90983a16b0e892975d9839e331706b5b7a906d97427cdbad4834281d6a",
|
|
"extract_dir": "allure-2.13.1",
|
|
"bin": "bin\\allure.bat",
|
|
"env_set": {
|
|
"ALLURE_HOME": "$dir"
|
|
},
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"url": "https://dl.bintray.com/qameta/maven/io/qameta/allure/allure-commandline/$version/allure-commandline-$version.zip",
|
|
"hash": {
|
|
"url": "$url.sha256",
|
|
"regex": "$sha256"
|
|
},
|
|
"extract_dir": "allure-$version"
|
|
}
|
|
}
|