aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/lsof.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/lsof.rb b/Library/Formula/lsof.rb
index 43ca9d3ba..f0929da23 100644
--- a/Library/Formula/lsof.rb
+++ b/Library/Formula/lsof.rb
@@ -1,7 +1,7 @@
require 'formula'
class Lsof <Formula
- url 'ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof.tar.bz2'
+ url 'ftp://sunsite.ualberta.ca/pub/Mirror/lsof/lsof_4.84.tar.bz2'
version '4.84'
md5 'a09326df500ef7e4550af546868338d6'
homepage 'http://people.freebsd.org/~abe/'