mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-24 23:21:34 +00:00
21 lines
735 B
JSON
21 lines
735 B
JSON
{
|
|
"homepage": "https://github.com/allure-framework/allure2",
|
|
"version": "2.5.0",
|
|
"license": "https://github.com/allure-framework/allure2/blob/master/LICENSE",
|
|
"url": "https://dl.bintray.com/qameta/generic/io/qameta/allure/allure/2.5.0/allure-2.5.0.zip",
|
|
"hash": "88a5f5a599ec641e1339553f7ec49bd2749167739d511159888ce24606693c4a",
|
|
"extract_dir": "allure-2.5.0",
|
|
"bin": "bin\\allure.bat",
|
|
"env_set": {
|
|
"ALLURE_HOME": "$dir"
|
|
},
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"url": "https://dl.bintray.com/qameta/generic/io/qameta/allure/allure/$version/allure-$version.zip",
|
|
"extract_dir": "allure-$version",
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|