aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/lsof.rb
diff options
context:
space:
mode:
authorEric Himmelreich2010-01-22 18:48:19 -0500
committerMax Howell2010-01-23 10:31:48 +0000
commit36ebfd206f7f1efedeb2bdce12f35921b67aed90 (patch)
treefd13a6b9fc190749a9d84ae2ef7ae64b573b2faa /Library/Formula/lsof.rb
parent1d5a7638c7a8f95cc46e812b8d0c2b28fdf08e23 (diff)
downloadhomebrew-36ebfd206f7f1efedeb2bdce12f35921b67aed90.tar.bz2
lsof bump to 4.83
Diffstat (limited to 'Library/Formula/lsof.rb')
-rw-r--r--Library/Formula/lsof.rb8
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"