aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorRobert Gieseke2011-08-22 20:37:01 +0200
committerAdam Vandenberg2011-08-22 20:41:43 -0700
commita1018206ec0f44caa2f01003e0f16ba00261eaba (patch)
tree81a87786132bf09717846abf86977f0e19bc0c07 /Library
parentfa46e52d7cc86bfb4ef09bef1e304cf5d12fb1da (diff)
downloadhomebrew-a1018206ec0f44caa2f01003e0f16ba00261eaba.tar.bz2
ncdu 1.7
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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