From db008f713d08702858e36127dd090f22a889f5db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 14 May 2021 01:06:21 -0700 Subject: [PATCH] allure: Update to version 2.13.10 --- bucket/allure.json | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/bucket/allure.json b/bucket/allure.json index 208f353af9..4ad6b6b07e 100644 --- a/bucket/allure.json +++ b/bucket/allure.json @@ -1,22 +1,18 @@ { - "version": "2.13.9", - "description": "A flexible lightweight multi-language test report tool.", + "version": "2.13.10", + "description": "A flexible lightweight multi-language test report tool", "homepage": "https://github.com/allure-framework/allure2", "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", - "hash": "f3e1680c4d4afb833b88c6ee49a6660324307ff30acbe370bf700202d1e2db40", - "extract_dir": "allure-2.13.9", + "url": "https://github.com/allure-framework/allure2/releases/download/2.13.10/allure-2.13.10.zip", + "hash": "781df9ccfb9e680a85363bfe464a334452fadf215b8c54e155e83e2ee2b490e8", + "extract_dir": "allure-2.13.10", "bin": "bin\\allure.bat", "env_set": { "ALLURE_HOME": "$dir" }, "checkver": "github", "autoupdate": { - "url": "https://dl.bintray.com/qameta/maven/io/qameta/allure/allure-commandline/$version/allure-commandline-$version.zip", - "hash": { - "url": "$url.sha256", - "regex": "$sha256" - }, + "url": "https://github.com/allure-framework/allure2/releases/download/$version/allure-$version.zip", "extract_dir": "allure-$version" } }