aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/duff.rb6
1 files changed, 2 insertions, 4 deletions
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