diff options
Diffstat (limited to 'Library/Formula/httperf.rb')
| -rw-r--r-- | Library/Formula/httperf.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/httperf.rb b/Library/Formula/httperf.rb index 2d689959d..360bc18aa 100644 --- a/Library/Formula/httperf.rb +++ b/Library/Formula/httperf.rb @@ -1,6 +1,6 @@  require 'formula' -class Httperf <Formula +class Httperf < Formula    url 'http://httperf.googlecode.com/files/httperf-0.9.0.tar.gz'    homepage 'http://code.google.com/p/httperf/'    md5 '2968c36b9ecf3d98fc1f2c1c9c0d9341' | 
