ScoopInstaller_Main/allure.json
2018-07-18 18:00:18 +00:00

22 lines
759 B
JSON

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