mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 12:04:27 +00:00
19 lines
747 B
JSON
19 lines
747 B
JSON
{
|
|
"homepage": "https://github.com/allure-framework/allure2",
|
|
"description": "A flexible lightweight multi-language test report tool",
|
|
"version": "2.12.1",
|
|
"license": "Apache-2.0",
|
|
"url": "https://repo.maven.apache.org/maven2/io/qameta/allure/allure-commandline/2.12.1/allure-commandline-2.12.1.zip",
|
|
"hash": "b88cc0e6c5ab66e8845bb3236ea0c76ff44af44a596ef3b68d382b19d9736c1f",
|
|
"extract_dir": "allure-2.12.1",
|
|
"bin": "bin\\allure.bat",
|
|
"env_set": {
|
|
"ALLURE_HOME": "$dir"
|
|
},
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"url": "https://repo.maven.apache.org/maven2/io/qameta/allure/allure-commandline/$version/allure-commandline-$version.zip",
|
|
"extract_dir": "allure-$version"
|
|
}
|
|
}
|