mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-25 12:54:39 +00:00
25 lines
795 B
JSON
25 lines
795 B
JSON
{
|
|
"homepage": "https://github.com/allure-framework/allure2",
|
|
"version": "2.2.0",
|
|
"license": "https://github.com/allure-framework/allure2/blob/master/LICENSE",
|
|
"url": "https://dl.bintray.com/qameta/generic/io/qameta/allure/allure/2.2.0/allure-2.2.0.zip",
|
|
"hash": "c670c398e1cac4f7087630be74a4154b34ce61d053c19a10b38cee737e0a0946",
|
|
"extract_dir": "allure-2.2.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": {
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|