diff options
Diffstat (limited to 'Library/Formula/tree.rb')
| -rw-r--r-- | Library/Formula/tree.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/tree.rb b/Library/Formula/tree.rb index 35ac0f372..62119aad6 100644 --- a/Library/Formula/tree.rb +++ b/Library/Formula/tree.rb @@ -1,6 +1,6 @@  require 'formula' -class Tree <Formula +class Tree < Formula    url 'ftp://mama.indstate.edu/linux/tree/tree-1.5.3.tgz'    homepage 'http://mama.indstate.edu/users/ice/tree/'    md5 'c07ce9065667a23f27aca4de8ecccb10' | 
