ScoopInstaller_Main/allure.json
2018-05-13 13:24:09 +02:00

22 lines
759 B
JSON

{
"homepage": "https://github.com/allure-framework/allure2",
"description": "A flexible lightweight multi-language test report tool",
"version": "2.6.0",
"license": "Apache-2.0",
"url": "https://dl.bintray.com/qameta/generic/io/qameta/allure/allure/2.6.0/allure-2.6.0.zip",
"hash": "d2600c93b2a7db748e11e6e158c0c32fe0e53e86881632f021e4a3c80b60ca14",
"extract_dir": "allure-2.6.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"
}
}
}