diff options
| author | Cody Soyland | 2010-05-05 08:47:50 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2010-05-05 07:23:57 -0700 |
| commit | 6c4607d54bd472aaa62391594d070794c4e97fec (patch) | |
| tree | db6599aa44e9967c3ae464f9302187f446ca9804 /Library | |
| parent | 8ad178d2cc2d188f3431c65a5e6c93dca5376776 (diff) | |
| download | homebrew-6c4607d54bd472aaa62391594d070794c4e97fec.tar.bz2 | |
Update tree to 1.5.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/tree.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/tree.rb b/Library/Formula/tree.rb index 4898b3345..080d156e6 100644 --- a/Library/Formula/tree.rb +++ b/Library/Formula/tree.rb @@ -1,9 +1,9 @@ require 'formula' class Tree <Formula - @url='ftp://mama.indstate.edu/linux/tree/tree-1.5.2.2.tgz' + @url='ftp://mama.indstate.edu/linux/tree/tree-1.5.3.tgz' @homepage='http://mama.indstate.edu/users/ice/tree/' - @md5='a7731a898e2c0d7e422a57a84ffbb06c' + @md5='c07ce9065667a23f27aca4de8ecccb10' def install system "#{ENV.cc} #{ENV['CFLAGS']} -o tree tree.c strverscmp.c" |
