Skip to content

Commit

Permalink
allure 2.4.0 (#19194)
Browse files Browse the repository at this point in the history
  • Loading branch information
JCount authored and ilovezfs committed Oct 9, 2017
1 parent 67a3fe1 commit bdeeeeb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/allure.rb
@@ -1,12 +1,12 @@
class Allure < Formula
desc "Flexible lightweight test report tool"
homepage "https://github.com/allure-framework/allure2"
url "https://dl.bintray.com/qameta/generic/io/qameta/allure/allure/2.3.5/allure-2.3.5.zip"
sha256 "4dec89b03e502768ddd7829575b3b528854098a8c93c9d61b1da6e75da868539"
url "https://dl.bintray.com/qameta/generic/io/qameta/allure/allure/2.4.0/allure-2.4.0.zip"
sha256 "879ecf7bce838c476d099f2caa69da347789448dd0305bff69417d00af30ca2d"

bottle :unneeded

depends_on :java => "1.8"
depends_on :java => "1.8+"

def install
# Remove all windows files
Expand Down

0 comments on commit bdeeeeb

Please sign in to comment.