From 678fec0bb773af6c46a6155ef3239d1917c8fca9 Mon Sep 17 00:00:00 2001 From: Kyle Harrigan Date: Fri, 6 May 2011 21:05:03 -0400 Subject: duff 0.5 Signed-off-by: Adam Vandenberg --- Library/Formula/duff.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/duff.rb b/Library/Formula/duff.rb index 3387cb53a..e8dbc93cc 100644 --- a/Library/Formula/duff.rb +++ b/Library/Formula/duff.rb @@ -1,15 +1,13 @@ require 'formula' class Duff < Formula - url 'http://downloads.sourceforge.net/duff/duff-0.4.tar.bz2' + url 'http://downloads.sourceforge.net/project/duff/duff/0.5/duff-0.5.tar.gz' homepage 'http://duff.sourceforge.net/' - md5 '9767e471232c1b4ee553ae40dbe60464' + md5 'e42bedb278ab41081df3ebb9ce1cbe1d' def install system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}", "--mandir=#{man}" - # this needs to be executable, but isn't for some reason... - system "chmod 755 ./install-sh" system "make install" end end -- cgit v1.2.3