mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
19 lines
701 B
JSON
19 lines
701 B
JSON
{
|
|
"version": "2.22.2",
|
|
"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.2/allure-2.22.2.zip",
|
|
"hash": "eb5e3be830fd5bbbffe457aa7170293ec4fdebd24ab13918bcba5b69f0d7f44a",
|
|
"extract_dir": "allure-2.22.2",
|
|
"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"
|
|
}
|
|
}
|