diff options
| author | Jack Nagel | 2013-03-13 21:55:38 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-03-13 21:55:38 -0500 |
| commit | c4b3b602e288590a500a1ef928d5fac6d9e3a8d8 (patch) | |
| tree | 4ba974a9cf14d00632e4b092babc2ede3d01c29f /Library/Formula | |
| parent | 583272dcd70d886f97416b4945535546cd5dbddc (diff) | |
| download | homebrew-c4b3b602e288590a500a1ef928d5fac6d9e3a8d8.tar.bz2 | |
pstree 2.35
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/pstree.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/pstree.rb b/Library/Formula/pstree.rb index ce88137eb..f135e33af 100644 --- a/Library/Formula/pstree.rb +++ b/Library/Formula/pstree.rb @@ -2,8 +2,8 @@ require 'formula' class Pstree < Formula homepage 'http://freshmeat.net/projects/pstree/' - url 'ftp://ftp.thp.uni-duisburg.de/pub/source/pstree-2.33.tar.gz' - sha1 '2f29ea2618cb6fd90529a543a94ed89b79db58b8' + url 'ftp://ftp.thp.uni-duisburg.de/pub/source/pstree-2.35.tar.gz' + sha1 'e0b45290c0df1061581b45ce53b503d6fc6cfdf9' def install system "make pstree" |
