ScoopInstaller_Main/allure.json
Dmitry Baev ec2f6770cb Allure: update distribution url to Maven Central (#2979)
Allure distributions are moved to Maven Central. For more details please see https://github.com/allure-framework/allure2/issues/832
2019-01-13 12:44:04 +01:00

19 lines
743 B
JSON

{
"homepage": "https://github.com/allure-framework/allure2",
"description": "A flexible lightweight multi-language test report tool",
"version": "2.9.0",
"license": "Apache-2.0",
"url": "https://repo.maven.apache.org/maven2/io/qameta/allure/allure-commandline/2.9.0/allure-commandline-2.9.0.zip",
"hash": "c1e4ae56c8be2ceef83cc5da83d8071e91cdcdf3e6ce88f8fcd2a250e3914076",
"extract_dir": "allure-2.9.0",
"bin": "bin\\allure.bat",
"env_set": {
"ALLURE_HOME": "$dir"
},
"checkver": "github",
"autoupdate": {
"url": "https://repo.maven.apache.org/maven2/io/qameta/allure/allure-commandline/$version/allure-commandline-$version.zip",
"extract_dir": "allure-$version"
}
}