aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mpd.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2011-03-26 08:49:34 -0700
committerAdam Vandenberg2011-03-26 08:49:34 -0700
commitde0073d6f02fc7891700a40ca37b0fd00648b990 (patch)
tree4861cd1eccf8b1017b9d9fc987cb37b28a2fe607 /Library/Formula/mpd.rb
parent879b1e4261e46a98540542365f8b383b82fbe104 (diff)
downloadhomebrew-de0073d6f02fc7891700a40ca37b0fd00648b990.tar.bz2
Fix some strict audit warnings
Diffstat (limited to 'Library/Formula/mpd.rb')
-rw-r--r--Library/Formula/mpd.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/mpd.rb b/Library/Formula/mpd.rb
index 22e0559ba..010f6c757 100644
--- a/Library/Formula/mpd.rb
+++ b/Library/Formula/mpd.rb
@@ -1,6 +1,6 @@
require 'formula'
-class Mpd <Formula
+class Mpd < Formula
url 'http://downloads.sourceforge.net/project/musicpd/mpd/0.16.2/mpd-0.16.2.tar.bz2'
homepage 'http://mpd.wikia.com'
md5 'dedb75cef8e489f3de5231031876fb77'