mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
19 lines
701 B
JSON
19 lines
701 B
JSON
{
|
|
"version": "2.22.4",
|
|
"description": "A flexible lightweight multi-language test report tool",
|
|
"homepage": "https://github.com/allure-framework/allure2",
|
|
"license": "Apache-2.0",
|
|
"url": "https://github.com/allure-framework/allure2/releases/download/2.22.4/allure-2.22.4.zip",
|
|
"hash": "ffff5aa9b0fadd939faddd1d6d74909ca99e126b05aa67a9d37b4c55561a41b4",
|
|
"extract_dir": "allure-2.22.4",
|
|
"bin": "bin\\allure.bat",
|
|
"env_set": {
|
|
"ALLURE_HOME": "$dir"
|
|
},
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"url": "https://github.com/allure-framework/allure2/releases/download/$version/allure-$version.zip",
|
|
"extract_dir": "allure-$version"
|
|
}
|
|
}
|