diff options
Diffstat (limited to 'Library/Formula/fdupes.rb')
| -rw-r--r-- | Library/Formula/fdupes.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/fdupes.rb b/Library/Formula/fdupes.rb index 040a3bf10..6286ecea0 100644 --- a/Library/Formula/fdupes.rb +++ b/Library/Formula/fdupes.rb @@ -3,7 +3,7 @@ require 'formula' class Fdupes < Formula url 'http://fdupes.googlecode.com/files/fdupes-1.40.tar.gz' homepage 'http://code.google.com/p/fdupes/' - md5 '11de9ab4466089b6acbb62816b30b189' + sha1 'e1bce9bdf50d7bf700dda3eb8a3d218b181b3931' def install inreplace "Makefile", "gcc", "#{ENV.cc} #{ENV.cflags}" |
