diff options
| author | Adam Vandenberg | 2012-11-25 11:42:57 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2012-11-25 11:42:57 -0800 |
| commit | 276fd63718772f921a2330fc36619c7e474c0336 (patch) | |
| tree | b5b92a6806e96aac24308fa8b87ae27ea487098b /Library/Formula/autopsy.rb | |
| parent | 59e1af718baefa1348a715126efc9161c3fd29c1 (diff) | |
| download | homebrew-276fd63718772f921a2330fc36619c7e474c0336.tar.bz2 | |
caveat and other cleanups
Diffstat (limited to 'Library/Formula/autopsy.rb')
| -rw-r--r-- | Library/Formula/autopsy.rb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Library/Formula/autopsy.rb b/Library/Formula/autopsy.rb index 20c49f7d9..13376bfc1 100644 --- a/Library/Formula/autopsy.rb +++ b/Library/Formula/autopsy.rb @@ -1,8 +1,8 @@ require 'formula' class Autopsy < Formula - url 'http://downloads.sourceforge.net/project/autopsy/autopsy/2.24/autopsy-2.24.tar.gz' homepage 'http://www.sleuthkit.org/autopsy/index.php' + url 'http://downloads.sourceforge.net/project/autopsy/autopsy/2.24/autopsy-2.24.tar.gz' sha1 '084a6554a1494f5f34df4a5a3635c8d3dc3b8822' depends_on 'sleuthkit' @@ -61,9 +61,8 @@ class Autopsy < Formula end def caveats; <<-EOS.undent - To start autopsy: - autopsy - By default, the evidence locker is in #{var}/lib/autopsy + By default, the evidence locker is in: + #{var}/lib/autopsy EOS end end |
