allure: Update to version 2.13.10

This commit is contained in:
Jakub Čábera 2021-05-14 01:06:21 -07:00
parent e6c377c043
commit db008f713d

View File

@ -1,22 +1,18 @@
{ {
"version": "2.13.9", "version": "2.13.10",
"description": "A flexible lightweight multi-language test report tool.", "description": "A flexible lightweight multi-language test report tool",
"homepage": "https://github.com/allure-framework/allure2", "homepage": "https://github.com/allure-framework/allure2",
"license": "Apache-2.0", "license": "Apache-2.0",
"url": "https://dl.bintray.com/qameta/maven/io/qameta/allure/allure-commandline/2.13.9/allure-commandline-2.13.9.zip", "url": "https://github.com/allure-framework/allure2/releases/download/2.13.10/allure-2.13.10.zip",
"hash": "f3e1680c4d4afb833b88c6ee49a6660324307ff30acbe370bf700202d1e2db40", "hash": "781df9ccfb9e680a85363bfe464a334452fadf215b8c54e155e83e2ee2b490e8",
"extract_dir": "allure-2.13.9", "extract_dir": "allure-2.13.10",
"bin": "bin\\allure.bat", "bin": "bin\\allure.bat",
"env_set": { "env_set": {
"ALLURE_HOME": "$dir" "ALLURE_HOME": "$dir"
}, },
"checkver": "github", "checkver": "github",
"autoupdate": { "autoupdate": {
"url": "https://dl.bintray.com/qameta/maven/io/qameta/allure/allure-commandline/$version/allure-commandline-$version.zip", "url": "https://github.com/allure-framework/allure2/releases/download/$version/allure-$version.zip",
"hash": {
"url": "$url.sha256",
"regex": "$sha256"
},
"extract_dir": "allure-$version" "extract_dir": "allure-$version"
} }
} }