Skip to content

Commit caa30e5

Browse files
authored
Merge pull request #169972 from Homebrew/bump-allure-2.29.0
allure 2.29.0
2 parents 1842d6e + f622c2f commit caa30e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/a/allure.rb

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Allure < Formula
22
desc "Flexible lightweight test report tool"
33
homepage "https://github.com/allure-framework/allure2"
4-
url "https://repo.maven.apache.org/maven2/io/qameta/allure/allure-commandline/2.28.0/allure-commandline-2.28.0.zip"
5-
sha256 "a72e4676b74c83406fe9a0a897c037dc86035157bda6af37982a8f700034f7c7"
4+
url "https://repo.maven.apache.org/maven2/io/qameta/allure/allure-commandline/2.29.0/allure-commandline-2.29.0.zip"
5+
sha256 "0b1d1144c699724cdfec769efad457475d8039718edfe7b1439acbd317c14223"
66
license "Apache-2.0"
77

88
livecheck do
@@ -11,7 +11,7 @@ class Allure < Formula
1111
end
1212

1313
bottle do
14-
sha256 cellar: :any_skip_relocation, all: "51bc8bf5e3321f386e64b35d640fd7a1853916ab75fb6a8a53be6eb4c71856c4"
14+
sha256 cellar: :any_skip_relocation, all: "c86a7ce74feb18ce05dd5133d09958cfbe3ccaa079d0fe9fb312741d25779526"
1515
end
1616

1717
depends_on "openjdk"

0 commit comments

Comments
 (0)