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