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.3.3",
|
|
"license": "https://github.com/allure-framework/allure2/blob/master/LICENSE",
|
|
"url": "https://dl.bintray.com/qameta/generic/io/qameta/allure/allure/2.3.3/allure-2.3.3.zip",
|
|
"hash": "f625663d0aa932edd8633b99c761954eb10584e6f92800b5e895cd47243b0389",
|
|
"extract_dir": "allure-2.3.3",
|
|
"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"
|
|
}
|
|
}
|
|
}
|