mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-28 22:34:41 +00:00
19 lines
701 B
JSON
19 lines
701 B
JSON
{
|
|
"version": "2.37.0",
|
|
"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.37.0/allure-2.37.0.zip",
|
|
"hash": "26893d59351572d837d122e2557e681cc7dc7813e180432e531e6087ab2c1e6d",
|
|
"extract_dir": "allure-2.37.0",
|
|
"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"
|
|
}
|
|
}
|