Skip to content

Commit 9af8980

Browse files
authored
Merge pull request #205147 from Homebrew/bump-wartremover-3.2.7
wartremover 3.2.7
2 parents dbb5a51 + 7dbb700 commit 9af8980

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/w/wartremover.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Wartremover < Formula
22
desc "Flexible Scala code linting tool"
33
homepage "https://github.com/wartremover/wartremover"
4-
url "https://github.com/wartremover/wartremover/archive/refs/tags/v3.2.6.tar.gz"
5-
sha256 "431d3a603658665c8a9d77a8f1df33a1e2956c382961b8a4ff7dfb47c121ec4d"
4+
url "https://github.com/wartremover/wartremover/archive/refs/tags/v3.2.7.tar.gz"
5+
sha256 "43b7bab84d76c8147ae37b3e950005f4e026cfd54e5f3aeadf82a0775fb6c488"
66
license "Apache-2.0"
77
head "https://github.com/wartremover/wartremover.git", branch: "master"
88

@@ -12,7 +12,7 @@ class Wartremover < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, all: "2dcb6131b0a3daa44a8bfdd97be7df7f4e27ea80b2110a00fecb4b09b60b177b"
15+
sha256 cellar: :any_skip_relocation, all: "e2db30d48c56d2f8d0ac0f7a46d48c78b12ea6a3095d30684389149a53198a99"
1616
end
1717

1818
depends_on "sbt" => :build

0 commit comments

Comments
 (0)