mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 19:44:24 +00:00
26 lines
826 B
JSON
26 lines
826 B
JSON
{
|
|
"homepage": "https://github.com/allure-framework/allure2",
|
|
"version": "2.1.0",
|
|
"license": "https://github.com/allure-framework/allure2/blob/master/LICENSE",
|
|
"url": "https://dl.bintray.com/qameta/generic/io/qameta/allure/allure/2.1.0/allure-2.1.0.zip",
|
|
"hash": "9a3ec0e52bacb7fe7f38fa720f01e2fde4784f204de6457f2896cd987d399c22",
|
|
"extract_dir": "allure-2.1.0",
|
|
"bin": "bin\\allure.bat",
|
|
"env_set": {
|
|
"ALLURE_HOME": "$dir"
|
|
},
|
|
"persist": [
|
|
"config",
|
|
"plugins"
|
|
],
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"url": "https://dl.bintray.com/qameta/generic/io/qameta/allure/allure/$version/allure-$version.zip",
|
|
"extract_dir": "allure-$version",
|
|
"hash": {
|
|
"mode": "extract",
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|