aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/lcov.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/lcov.rb')
-rw-r--r--Library/Formula/lcov.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/lcov.rb b/Library/Formula/lcov.rb
index da8e69661..90ace878f 100644
--- a/Library/Formula/lcov.rb
+++ b/Library/Formula/lcov.rb
@@ -3,7 +3,7 @@ require 'formula'
class Lcov < Formula
url 'http://downloads.sourceforge.net/ltp/lcov-1.9.tar.gz'
homepage 'http://ltp.sourceforge.net/coverage/lcov.php'
- md5 '8b88cfc0200a8c176b879ac115a31379'
+ sha1 '5aff4b998b1288896734326a0b74ab536339ec21'
def install
%w(bin/gendesc bin/genhtml bin/geninfo bin/genpng bin/lcov).each do |file|