mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 12:04:27 +00:00
Allure distributions are moved to Maven Central. For more details please see https://github.com/allure-framework/allure2/issues/832
19 lines
743 B
JSON
19 lines
743 B
JSON
{
|
|
"homepage": "https://github.com/allure-framework/allure2",
|
|
"description": "A flexible lightweight multi-language test report tool",
|
|
"version": "2.9.0",
|
|
"license": "Apache-2.0",
|
|
"url": "https://repo.maven.apache.org/maven2/io/qameta/allure/allure-commandline/2.9.0/allure-commandline-2.9.0.zip",
|
|
"hash": "c1e4ae56c8be2ceef83cc5da83d8071e91cdcdf3e6ce88f8fcd2a250e3914076",
|
|
"extract_dir": "allure-2.9.0",
|
|
"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"
|
|
}
|
|
}
|