Skip to content

Commit 06a848f

Browse files
authored
Merge pull request Homebrew#199228 from Homebrew/bump-wartremover-3.2.5
wartremover 3.2.5
2 parents 2959222 + 0b57287 commit 06a848f

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.4.tar.gz"
5-
sha256 "f6cd8f4dd314eeb0c9130492d84b58bbd82b8c6a177fc0deb21c88a3a00aa156"
4+
url "https://github.com/wartremover/wartremover/archive/refs/tags/v3.2.5.tar.gz"
5+
sha256 "ca0770ac24babfef1e16f168aae5ac98118343686e30088de5a65e26f8afc5a4"
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: "ac6a29c17577c06ed021869a21c43167ca29b5d5a547b5204a96f354aaa1f24e"
15+
sha256 cellar: :any_skip_relocation, all: "dff546b54c6b14fe3be0e0b3ec7d05f4adb5e2343b6ca8dedda09aa6fe8233a9"
1616
end
1717

1818
depends_on "sbt" => :build

0 commit comments

Comments
 (0)