aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/findbugs.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/findbugs.rb b/Library/Formula/findbugs.rb
index 97e3c269f..401d4fe65 100644
--- a/Library/Formula/findbugs.rb
+++ b/Library/Formula/findbugs.rb
@@ -2,8 +2,8 @@ require 'formula'
class Findbugs < Formula
homepage 'http://findbugs.sourceforge.net/index.html'
- url 'http://downloads.sourceforge.net/project/findbugs/findbugs/2.0.0/findbugs-2.0.0.tar.gz'
- md5 '646b4b65f4d542e69102b99c649b5f81'
+ url 'http://sourceforge.net/projects/findbugs/files/findbugs/2.0.1/findbugs-2.0.1.tar.gz'
+ sha1 '8358d28d90baecbf8590ef00b69c194ff1a8475c'
def startup_script name
<<-EOS.undent