aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/ncdu.rb9
1 files changed, 3 insertions, 6 deletions
diff --git a/Library/Formula/ncdu.rb b/Library/Formula/ncdu.rb
index 961960095..2ac5c1435 100644
--- a/Library/Formula/ncdu.rb
+++ b/Library/Formula/ncdu.rb
@@ -1,15 +1,12 @@
require 'formula'
class Ncdu < Formula
- url 'http://dev.yorhel.nl/download/ncdu-1.6.tar.gz'
+ url 'http://dev.yorhel.nl/download/ncdu-1.7.tar.gz'
homepage 'http://dev.yorhel.nl/ncdu'
- md5 '95d29cf64af2d8cf4b5005e6e3d60384'
+ md5 '172047c29d232724cc62e773e82e592a'
def install
- # ncdu segfaults when built for 64-bit
- ENV.m32
-
- system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
+ system "./configure", "--prefix=#{prefix}" "--disable-dependency-tracking"
system "make install"
end
end