diff options
Diffstat (limited to 'Library/Formula/ecm.rb')
| -rw-r--r-- | Library/Formula/ecm.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ecm.rb b/Library/Formula/ecm.rb index 1ccca3232..8a9c7ec81 100644 --- a/Library/Formula/ecm.rb +++ b/Library/Formula/ecm.rb @@ -3,7 +3,7 @@ require 'formula' class Ecm < Formula homepage 'http://www.neillcorlett.com/ecm/' url 'http://critical.ch/distfiles/ecm-1.0.tar.gz' - md5 '16302c139137434c8793cc7938cc7afe' + sha1 'bfda1031e22b23e3c4d1a713f675de2a9778a421' def install system "#{ENV.cc} -o ecm ecm.c" |
