diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/scalpel.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/scalpel.rb b/Library/Formula/scalpel.rb index 9feba4191..ae9291a56 100644 --- a/Library/Formula/scalpel.rb +++ b/Library/Formula/scalpel.rb @@ -1,11 +1,11 @@ require 'formula' class Scalpel < Formula - url 'http://www.digitalforensicssolutions.com/Scalpel/scalpel-2.0.tar.gz' homepage 'http://www.digitalforensicssolutions.com/Scalpel/' + url 'http://www.digitalforensicssolutions.com/Scalpel/scalpel-2.0.tar.gz' sha1 '4cc1164c75471c75f7dfa91c81ccef7eb15142f1' - depends_on 'tre' + depends_on 'tre' def install system "./configure", "--disable-dependency-tracking", |
