mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-24 15:11:30 +00:00
21 lines
735 B
JSON
21 lines
735 B
JSON
{
|
|
"homepage": "https://github.com/allure-framework/allure2",
|
|
"version": "2.3.4",
|
|
"license": "https://github.com/allure-framework/allure2/blob/master/LICENSE",
|
|
"url": "https://dl.bintray.com/qameta/generic/io/qameta/allure/allure/2.3.4/allure-2.3.4.zip",
|
|
"hash": "04877835e2ad74cd6986b1523ba56cba213175f7f2c39830be00061571c47c29",
|
|
"extract_dir": "allure-2.3.4",
|
|
"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"
|
|
}
|
|
}
|
|
}
|