lsof bump to 4.83
This commit is contained in:
parent
00c9592613
commit
454d1819e9
1 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue