Skip to content

Commit 087a969

Browse files
authored
Merge pull request #257491 from Homebrew/bump-wartremover-3.4.2
wartremover 3.4.2
2 parents 562e260 + e9c29d2 commit 087a969

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

Formula/w/wartremover.rb

Lines changed: 3 additions & 10 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.4.1.tar.gz"
5-
sha256 "196ae02ea2717e56f848ad055996373d7b402c3cf930f24f449073964a4abdd4"
4+
url "https://github.com/wartremover/wartremover/archive/refs/tags/v3.4.2.tar.gz"
5+
sha256 "940ef740e76954d19d7dc244c8e88560719849b649815b04de12138e986d2921"
66
license "Apache-2.0"
77
head "https://github.com/wartremover/wartremover.git", branch: "master"
88

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

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, all: "f926d544a948151379125fe3ff4b4da1536d4cf337b3d9c2884f61fbc4284374"
15+
sha256 cellar: :any_skip_relocation, all: "78b50cc81706773e0e270f875ab9dffc5fb4ce33d6961f6e963db1029ff4d370"
1616
end
1717

1818
depends_on "sbt" => :build
1919
depends_on "openjdk"
2020

21-
# Fix to error: Deduplicate found
22-
# PR ref: https://github.com/wartremover/wartremover/pull/1418
23-
patch do
24-
url "https://github.com/wartremover/wartremover/commit/8dd18c1c3999dbabded920709a8c7c07e2e3b8c1.patch?full_index=1"
25-
sha256 "cee269e254b64deef154ba13d58f68a2cabbfec41c6e659676afc21e25ca714a"
26-
end
27-
2821
def install
2922
system "sbt", "assembly"
3023
libexec.install "wartremover-assembly.jar"

0 commit comments

Comments
 (0)