aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorTony Ghita2014-08-13 13:22:16 -0700
committerMike McQuaid2014-08-14 17:57:35 +0100
commit96cba84467740d84a34edf664ed7171cea94257d (patch)
treef92292bc8638e3aadf8fa348efd16aa18fa4abd1 /Library
parentb859a5c6a2f8fdf1c660844a8d47a321b8ddea84 (diff)
downloadhomebrew-96cba84467740d84a34edf664ed7171cea94257d.tar.bz2
findbugs 3.0.0
Closes #31578. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/findbugs.rb6
1 files changed, 4 insertions, 2 deletions
diff --git a/Library/Formula/findbugs.rb b/Library/Formula/findbugs.rb
index eecf2314f..f99f81967 100644
--- a/Library/Formula/findbugs.rb
+++ b/Library/Formula/findbugs.rb
@@ -2,12 +2,14 @@ require 'formula'
class Findbugs < Formula
homepage 'http://findbugs.sourceforge.net/index.html'
- url 'https://downloads.sourceforge.net/project/findbugs/findbugs/2.0.2/findbugs-2.0.2.tar.gz'
- sha1 '3817d96e5143f513cb2945f14f50cdb6720d1f49'
+ url 'https://downloads.sourceforge.net/project/findbugs/findbugs/3.0.0/findbugs-3.0.0.tar.gz'
+ sha1 '50205ecbe340d78a658d5930fc3e2e0e38b07db7'
conflicts_with 'fb-client',
:because => "findbugs and fb-client both install a `fb` binary"
+ depends_on :java => '1.7'
+
def install
# Remove windows files
rm_f Dir["bin/*.bat"]