aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/md5deep.rb10
1 files changed, 7 insertions, 3 deletions
diff --git a/Library/Formula/md5deep.rb b/Library/Formula/md5deep.rb
index fb572ef0d..5047406fb 100644
--- a/Library/Formula/md5deep.rb
+++ b/Library/Formula/md5deep.rb
@@ -1,11 +1,15 @@
require 'formula'
class Md5deep < Formula
- homepage 'http://md5deep.sourceforge.net/'
- url 'https://downloads.sourceforge.net/project/md5deep/md5deep/md5deep-4.3/md5deep-4.3.tar.gz'
- sha1 'b9dd6444f07c9fc344ebef201baebdf71bda337f'
+ homepage 'https://github.com/jessek/hashdeep'
+ url 'https://github.com/jessek/hashdeep/archive/release-4.4.tar.gz'
+ sha1 'cb4e313352974299c32bc55fe56396adb74517ef'
+
+ depends_on 'autoconf' => :build
+ depends_on 'automake' => :build
def install
+ system "sh bootstrap.sh"
system "./configure", "--prefix=#{prefix}"
system "make install"
end