diff options
| author | Adam Vandenberg | 2013-01-27 21:18:32 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-28 21:40:10 -0800 |
| commit | aa0f57b2a6ebf8dcb6e463f25f6c2afd8b7f25b5 (patch) | |
| tree | a853559aa1f4538376c4b6e8c48eaa256db51e12 | |
| parent | e6df7178475c0b2bea1447eefedd761278f6568a (diff) | |
| download | homebrew-aa0f57b2a6ebf8dcb6e463f25f6c2afd8b7f25b5.tar.bz2 | |
ssldump: style nits
| -rw-r--r-- | Library/Formula/ssldump.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/ssldump.rb b/Library/Formula/ssldump.rb index 4bfa29c6a..6b279bed1 100644 --- a/Library/Formula/ssldump.rb +++ b/Library/Formula/ssldump.rb @@ -1,12 +1,12 @@ require 'formula' class Ssldump < Formula - url 'http://www.rtfm.com/ssldump/ssldump-0.9b3.tar.gz' homepage 'http://www.rtfm.com/ssldump/' + url 'http://www.rtfm.com/ssldump/ssldump-0.9b3.tar.gz' sha1 'a633a9a811a138eac5ed440d583473b644135ef5' # reorder include files - # http://sourceforge.net/tracker/index.php?func=detail&aid=1622854&group_id=68993&atid=523055 + # http://sourceforge.net/tracker/index.php?func=detail&aid=1622854&group_id=68993&atid=523055 # increase pcap sample size from an arbitrary 5000 the max TLS packet size 18432 def patches DATA |
