mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-17 17:15:11 +00:00
25 lines
795 B
JSON
25 lines
795 B
JSON
{
|
|
"homepage": "https://github.com/allure-framework/allure2",
|
|
"version": "2.2.1",
|
|
"license": "https://github.com/allure-framework/allure2/blob/master/LICENSE",
|
|
"url": "https://dl.bintray.com/qameta/generic/io/qameta/allure/allure/2.2.1/allure-2.2.1.zip",
|
|
"hash": "44547412cf970e2ef507b3e40e8d3773dabf3437786b9fff05a0aa4120e8abe9",
|
|
"extract_dir": "allure-2.2.1",
|
|
"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": {
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|