Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 2 additions & 9 deletions Formula/w/wartremover.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Wartremover < Formula
desc "Flexible Scala code linting tool"
homepage "https://github.com/wartremover/wartremover"
url "https://github.com/wartremover/wartremover/archive/refs/tags/v3.4.1.tar.gz"
sha256 "196ae02ea2717e56f848ad055996373d7b402c3cf930f24f449073964a4abdd4"
url "https://github.com/wartremover/wartremover/archive/refs/tags/v3.4.2.tar.gz"
sha256 "940ef740e76954d19d7dc244c8e88560719849b649815b04de12138e986d2921"
license "Apache-2.0"
head "https://github.com/wartremover/wartremover.git", branch: "master"

Expand All @@ -18,13 +18,6 @@
depends_on "sbt" => :build
depends_on "openjdk"

# Fix to error: Deduplicate found
# PR ref: https://github.com/wartremover/wartremover/pull/1418
patch do
url "https://github.com/wartremover/wartremover/commit/8dd18c1c3999dbabded920709a8c7c07e2e3b8c1.patch?full_index=1"
sha256 "cee269e254b64deef154ba13d58f68a2cabbfec41c6e659676afc21e25ca714a"
end

def install
system "sbt", "assembly"
libexec.install "wartremover-assembly.jar"
Expand Down
Loading