diff options
| author | Eric Himmelreich | 2010-01-22 18:48:19 -0500 |
|---|---|---|
| committer | Max Howell | 2010-01-23 10:31:48 +0000 |
| commit | 36ebfd206f7f1efedeb2bdce12f35921b67aed90 (patch) | |
| tree | fd13a6b9fc190749a9d84ae2ef7ae64b573b2faa /Library/Formula | |
| parent | 1d5a7638c7a8f95cc46e812b8d0c2b28fdf08e23 (diff) | |
| download | homebrew-36ebfd206f7f1efedeb2bdce12f35921b67aed90.tar.bz2 | |
lsof bump to 4.83
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/lsof.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/lsof.rb b/Library/Formula/lsof.rb index 9bd433994..9cb67ec0a 100644 --- a/Library/Formula/lsof.rb +++ b/Library/Formula/lsof.rb @@ -2,13 +2,13 @@ require 'formula' class Lsof <Formula url 'ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof.tar.bz2' - version '4.82' - md5 '5518a0c16fc937523b3d1a946cf59e5b' + version '4.83' + md5 '8f731a6251b8c0143d585df0d5ca779e' homepage 'http://people.freebsd.org/~abe/' def install - system "tar xf lsof_4.82_src.tar" - Dir.chdir "lsof_4.82_src" do + system "tar xf lsof_4.83_src.tar" + Dir.chdir "lsof_4.83_src" do mv "00README", "../README" system "./Configure -n darwin" system "make" |
