From 1dd752408618e04517215016e8024605b5880638 Mon Sep 17 00:00:00 2001 From: ilovezfs Date: Tue, 12 Jun 2018 02:13:09 -0700 Subject: [PATCH] spotbugs 3.1.4 (#28918) --- Formula/spotbugs.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/spotbugs.rb b/Formula/spotbugs.rb index 59de3a8038..cf03708d03 100644 --- a/Formula/spotbugs.rb +++ b/Formula/spotbugs.rb @@ -1,8 +1,8 @@ class Spotbugs < Formula desc "Tool for Java static analysis (FindBugs's successor)" homepage "https://spotbugs.github.io/" - url "https://repo.maven.apache.org/maven2/com/github/spotbugs/spotbugs/3.1.3/spotbugs-3.1.3.tgz" - sha256 "afb27696a88844328bcbc6a232e19abdcf44a0bf3279672374440a323eda7aff" + url "https://repo.maven.apache.org/maven2/com/github/spotbugs/spotbugs/3.1.4/spotbugs-3.1.4.tgz" + sha256 "ca15d036bf199f6d5202549fbf27def41f38dc4322203e5d27d497a4933ced35" head do url "https://github.com/spotbugs/spotbugs.git"