diff options
Diffstat (limited to 'Library/Formula/ncdu.rb')
| -rw-r--r-- | Library/Formula/ncdu.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ncdu.rb b/Library/Formula/ncdu.rb index e3ea263ab..a70dbc004 100644 --- a/Library/Formula/ncdu.rb +++ b/Library/Formula/ncdu.rb @@ -3,7 +3,7 @@ require 'formula' class Ncdu < Formula url 'http://dev.yorhel.nl/download/ncdu-1.8.tar.gz' homepage 'http://dev.yorhel.nl/ncdu' - md5 '94d7a821f8a0d7ba8ef3dd926226f7d5' + sha1 '3d98e78cf7035e32333d263d301d12e9b4352598' def install system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking" |
