diff options
| author | Lorin Rivers | 2010-12-06 19:42:30 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2010-12-06 19:45:05 -0800 |
| commit | 19afff207036b1fbdd2c436a9d3ce3e806ebc7b2 (patch) | |
| tree | cfbf896233b6c2ed8bd5f400567e98bf0dc8e388 /Library | |
| parent | e7929ea9f7cbcd71a6768702668ee24548b999c9 (diff) | |
| download | homebrew-19afff207036b1fbdd2c436a9d3ce3e806ebc7b2.tar.bz2 | |
lsof bump 4.84
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/lsof.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/lsof.rb b/Library/Formula/lsof.rb index 9cb67ec0a..62ed7f1b4 100644 --- a/Library/Formula/lsof.rb +++ b/Library/Formula/lsof.rb @@ -2,12 +2,12 @@ require 'formula' class Lsof <Formula url 'ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof.tar.bz2' - version '4.83' - md5 '8f731a6251b8c0143d585df0d5ca779e' + version '4.84' + md5 'a09326df500ef7e4550af546868338d6' homepage 'http://people.freebsd.org/~abe/' def install - system "tar xf lsof_4.83_src.tar" + system "tar xf lsof_4.84_src.tar" Dir.chdir "lsof_4.83_src" do mv "00README", "../README" system "./Configure -n darwin" |
