mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +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.10.0",
|
|
"license": "Apache-2.0",
|
|
"url": "https://repo.maven.apache.org/maven2/io/qameta/allure/allure-commandline/2.10.0/allure-commandline-2.10.0.zip",
|
|
"hash": "c29957411c5ea34b693fb7c67774f87336d1b88c345f261076cc8c6ea95b62c2",
|
|
"extract_dir": "allure-2.10.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"
|
|
}
|
|
}
|