findbugs 2.0.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
303b96eb02
commit
fad4adc153
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
||||||
|
|
||||||
class Findbugs < Formula
|
class Findbugs < Formula
|
||||||
homepage 'http://findbugs.sourceforge.net/index.html'
|
homepage 'http://findbugs.sourceforge.net/index.html'
|
||||||
url 'http://sourceforge.net/projects/findbugs/files/findbugs/2.0.1/findbugs-2.0.1.tar.gz'
|
url 'http://sourceforge.net/projects/findbugs/files/findbugs/2.0.2/findbugs-2.0.2.tar.gz'
|
||||||
sha1 '8358d28d90baecbf8590ef00b69c194ff1a8475c'
|
sha1 '3817d96e5143f513cb2945f14f50cdb6720d1f49'
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Remove windows files
|
# Remove windows files
|
||||||
|
|
Loading…
Reference in a new issue