diff options
| author | Adam Vandenberg | 2013-01-27 21:25:36 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-28 21:40:13 -0800 |
| commit | ce36f7ce82544cfdc9317e64171e1a43de2c92e3 (patch) | |
| tree | 916a0cbe6a6c1a59d014b4ce8d5cb188e37d4893 /Library | |
| parent | 951461be9e3f2800a17080cf5209284506010581 (diff) | |
| download | homebrew-ce36f7ce82544cfdc9317e64171e1a43de2c92e3.tar.bz2 | |
scalpel: style nits
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", |
