From 61c85de28b2f42cfedd4491135e73c1868eef6f7 Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Fri, 13 Jun 2014 23:31:03 +0100 Subject: md5deep 4.4 The source code packages have been moved from Sourceforge to Github, which is reflected here. The way of building of the source code has also changed, which should be executed successfully here. Please note that because of the way the source code build has been modified between 4.3 & 4.4 there are new dependencies involved in the build. SHA1SUM updated as well. Closes #30133. Signed-off-by: Misty De Meo --- Library/Formula/md5deep.rb | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3