aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorCody Soyland2010-05-05 08:47:50 -0500
committerAdam Vandenberg2010-05-05 07:23:57 -0700
commit6c4607d54bd472aaa62391594d070794c4e97fec (patch)
treedb6599aa44e9967c3ae464f9302187f446ca9804 /Library/Formula
parent8ad178d2cc2d188f3431c65a5e6c93dca5376776 (diff)
downloadhomebrew-6c4607d54bd472aaa62391594d070794c4e97fec.tar.bz2
Update tree to 1.5.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/tree.rb4
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"